Update config to use postgres
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
8b7aa55b90
commit
d388a09ad8
1 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"development": {
|
"production": {
|
||||||
"theming": {
|
"theming": {
|
||||||
"site_name": "FLOCK 2016 Registration",
|
"site_name": "FLOCK 2016 Registration",
|
||||||
"event_name": "Flock 2016",
|
"event_name": "Flock 2016",
|
||||||
|
@ -7,9 +7,10 @@
|
||||||
},
|
},
|
||||||
"secret": "{{ regcfp_secret }}",
|
"secret": "{{ regcfp_secret }}",
|
||||||
"database": {
|
"database": {
|
||||||
"database": "database.sqlite",
|
"dialect": "postgres",
|
||||||
"dialect": "sqlite",
|
"database": "regcfp",
|
||||||
"storage": "database.sqlite",
|
"username": "regcfp",
|
||||||
|
"password": "{{ regcfp_db_pass }}",
|
||||||
"define": {
|
"define": {
|
||||||
"paranoid": true
|
"paranoid": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue