-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration
Add to your config file:
extensions:
impala: Impala\ImpalaExtension
All configuration has its default values so you do not need to register any. If needed, there is list of available configuration through parameters section in config.neon or config.local.neon
parameters:
impala:
assets: path to public Impala asset folder generated by webpack
builder: database platform, e.g. sql, mongodb, redis, default is sql
exportSpeed: number of rows to export in one ajax request, default is 20
feeds: table for define your csv import and export, see folder install in Impala root folder
help: table for help for user
log: log table for process activity, mainly import, export and lengthy processes
npm: path from root dir to folder of your javascript depondency manager folder (bower, node_modules, etc.)
pagination: integer value for pagination, default is 20
root: root folder, default is /app
spice: table for log data usage, default is spice
settings: key in class Nette\Security\Identity for user personalization settings, e.g. hidding / showing columns, default is settings
upload: integer value for number of files to upload in EditForm, default is 10
views: prefix for tables used for SQL view materialization