Charvee commited on
Commit
40c528a
·
verified ·
1 Parent(s): 0d3b0e2

Upload 4 files

Browse files
config/database.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ 'host': 'localhost',
3
+ 'port': '5432',
4
+ 'username': 'admin',
5
+ 'password': 'secret'
6
+ }
config/dev/config_local.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ 'debugMode': 'true',
3
+ 'logging': 'verbose'
4
+ }
config/features.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ 'featureA': 'enabled',
3
+ 'featureB': 'disabled',
4
+ 'betaFlag': 'true'
5
+ }
config/settings.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ 'appName': 'SuperApp',
3
+ 'theme': 'dark',
4
+ 'version': '1.0.0'
5
+ }