MOBILE-3565 config: Remove comments from default config json
parent
00a2d73853
commit
9daf5a3db7
|
@ -0,0 +1,14 @@
|
||||||
|
/**
|
||||||
|
* 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"
|
||||||
|
}
|
|
@ -1,19 +1,8 @@
|
||||||
/**
|
|
||||||
* 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.
|
|
||||||
*/
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"app_id": "com.moodle.moodlemobile",
|
"app_id": "com.moodle.moodlemobile",
|
||||||
"appname": "Moodle Mobile",
|
"appname": "Moodle Mobile",
|
||||||
"versioncode": 3930,
|
"versioncode": 3930,
|
||||||
|
|
||||||
// @todo This could be read from package.json.
|
|
||||||
"versionname": "3.9.3-dev",
|
"versionname": "3.9.3-dev",
|
||||||
|
|
||||||
"cache_update_frequency_usually": 420000,
|
"cache_update_frequency_usually": 420000,
|
||||||
"cache_update_frequency_often": 1200000,
|
"cache_update_frequency_often": 1200000,
|
||||||
"cache_update_frequency_sometimes": 3600000,
|
"cache_update_frequency_sometimes": 3600000,
|
||||||
|
|
Loading…
Reference in New Issue