add feature flags for new pages

This commit is contained in:
smthbh 2025-06-21 16:28:23 -04:00
parent f63214264a
commit bf2672cc94
6 changed files with 38 additions and 8 deletions

View file

@ -33,5 +33,10 @@
"password": "acore",
"database": "acore_world"
},
"dbQueryTimeout": 10000
"dbQueryTimeout": 10000,
"featureFlags": {
"enableQuestsPage": true,
"enableReputationPage": true,
"enableSkillsPage": true
}
}