2020-11-09 12:39:58 +00:00
|
|
|
/**
|
|
|
|
* Application config.
|
|
|
|
*
|
2021-02-01 16:27:28 +00:00
|
|
|
* You can create your own environment files such as "moodle.config.prod.json" and "moodle.config.dev.json"
|
|
|
|
* to override some values. The values will be merged, so you don't need to duplicate everything in this file.
|
2020-11-09 12:39:58 +00:00
|
|
|
*/
|
|
|
|
{
|
2021-06-10 12:50:05 +00:00
|
|
|
// You can find all the properties you can configure in src/types/config.d.ts
|
2020-11-09 12:39:58 +00:00
|
|
|
"default_lang": "es"
|
|
|
|
}
|