less than 1 minute read


Config files

Back to config files list

File location

frontend
│   README.md
│   .env
│   nuxt.config.js
│
└─── configs
    │
    └─── dev
        │
        └─── appConfigTables.js

The TABLES configuration file

The appConfigTables.js file manages the tables you will display in your instance.

This .js file can be changed in development mode, but it will usually be transformed into a .json file. The later will be stored in frontend/static/configs/.

Global parameters

{
### TO BE WRITTEN ###
}