Use stg db host for stg
This commit is contained in:
parent
38fae33b5d
commit
3a0703ad54
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# GENERAL CONFIGURATION
|
||||
### url to the database server:
|
||||
SQLALCHEMY_DATABASE_URI="postgresql://{{ fedoauth_db_user }}:{{ fedoauth_db_pass }}@{{ fedoauth_db_host }}/{{ fedoauth_db_name }}"
|
||||
SQLALCHEMY_DATABASE_URI="postgresql://{{ fedoauth_db_user }}:{{ fedoauth_db_pass }}@{{ fedoauth_db_host }}.stg/{{ fedoauth_db_name }}"
|
||||
#SQLALCHEMY_DATABASE_URI='sqlite:///fedoauth.sqlite'
|
||||
#SQLALCHEMY_DATABASE_URI='mysql://user:pass@host/db_name'
|
||||
#SQLALCHEMY_DATABASE_URI='postgresql://user:pass@host/db_name'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue