added pages config json(may not need), synced editor to markdown metadata, resolved new asset dependency paths
parent
5824f36e47
commit
d536871fd4
@ -1,30 +0,0 @@
|
||||
{
|
||||
"url": "DOMAIN_URL",
|
||||
"theme": "default",
|
||||
"development": {
|
||||
"database": "DATABASE",
|
||||
"user": "DATABASE_USER",
|
||||
"password": "DATABASE_PASS",
|
||||
"dialect": "postgres",
|
||||
"host": "localhost",
|
||||
"operatorsAliases": false,
|
||||
"pool": {
|
||||
"max": 9,
|
||||
"min": 0,
|
||||
"idle": 10000
|
||||
}
|
||||
},
|
||||
"production": {
|
||||
"database": "DATABASE",
|
||||
"user": "DATABASE_USER",
|
||||
"password": "DATABASE_PASS",
|
||||
"operatorsAliases": false,
|
||||
"host": "localhost",
|
||||
"dialect": "postgres",
|
||||
"pool": {
|
||||
"max": 9,
|
||||
"min": 0,
|
||||
"idle": 10000
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue