add feature flags for new pages
This commit is contained in:
parent
f63214264a
commit
bf2672cc94
6 changed files with 38 additions and 8 deletions
|
|
@ -33,5 +33,10 @@
|
|||
"password": "acore",
|
||||
"database": "acore_world"
|
||||
},
|
||||
"dbQueryTimeout": 10000
|
||||
"dbQueryTimeout": 10000,
|
||||
"featureFlags": {
|
||||
"enableQuestsPage": true,
|
||||
"enableReputationPage": true,
|
||||
"enableSkillsPage": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue