mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
Update config to use postgres
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"development": {
|
||||
"production": {
|
||||
"theming": {
|
||||
"site_name": "FLOCK 2016 Registration",
|
||||
"event_name": "Flock 2016",
|
||||
@@ -7,9 +7,10 @@
|
||||
},
|
||||
"secret": "{{ regcfp_secret }}",
|
||||
"database": {
|
||||
"database": "database.sqlite",
|
||||
"dialect": "sqlite",
|
||||
"storage": "database.sqlite",
|
||||
"dialect": "postgres",
|
||||
"database": "regcfp",
|
||||
"username": "regcfp",
|
||||
"password": "{{ regcfp_db_pass }}",
|
||||
"define": {
|
||||
"paranoid": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user