diff --git a/roles/fedoauth/templates/fedoauth.stg.cfg b/roles/fedoauth/templates/fedoauth.stg.cfg index 22cc2fd942..5cb67a96bd 100644 --- a/roles/fedoauth/templates/fedoauth.stg.cfg +++ b/roles/fedoauth/templates/fedoauth.stg.cfg @@ -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'