Vmeda.Online/config/config.example.json

15 lines
394 B
JSON
Raw Normal View History

/**
* Application config.
*
* You can create your own environment files such as "config.prod.json" and "config.dev.json"
* to override some values. The values will be merged, so you don't need to duplicate everything
* in this file.
*/
{
// @todo This could be read from package.json.
"versionname": "3.9.3-dev",
// Override default language here.
"default_lang": "es"
}