Use stg db host for stg

This commit is contained in:
Patrick Uiterwijk 2014-02-09 20:44:07 +00:00
parent 38fae33b5d
commit 3a0703ad54

View file

@ -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'