less than 1 minute read


Config files

Back to config files list

File location

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

The DATA RAW configuration file

The appConfigRawData.js file manages the raw data 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 ###
}