[dopr] fix config

This commit is contained in:
Valentin Gologuzov 2015-06-11 17:09:38 +02:00
parent 26dbd1dc14
commit d609f07430

View file

@ -9,6 +9,7 @@ HUB_PROJECT_URL_TEMPLATE = 'http://registry.hub.docker.com/u/cdictest/{repo_name
GITHUB_TOKEN = '{{ dopr_testing_github_token }}'
GITHUB_USER = '{{ dopr_testing_github_username }}'
GITHUB_PASSWORD = '{{ dopr_testing_github_password }}'
GITHUB_API_ROOT = 'https://api.github.com'
SQLALCHEMY_DATABASE_URI = 'postgresql+psycopg2://cdic:{{ dopr_db_passwd }}@localhost/cdicdb'