15 lines
394 B
JSON
15 lines
394 B
JSON
|
/**
|
||
|
* 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"
|
||
|
}
|