Update circle config to create settings.py file.

This commit is contained in:
Arik Fraimovich 2014-02-06 20:14:11 +02:00
parent 199cddfbdb
commit 78e748548c
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@ dependencies:
- make deps
- pip install requests coverage nose
- pip install -r requirements.txt
- cp redash/settings_example.py redash/settings.py
cache_directories:
- rd_ui/node_modules/
- rd_ui/app/bower_components/
@ -17,6 +18,7 @@ test:
override:
- make test
post:
- rm redash/settings.py
- make pack
deployment:
github:

View File

@ -11,7 +11,7 @@ CONNECTION_ADAPTER = "pg"
CONNECTION_STRING = "user= password= host= port=5439 dbname="
# Connection settings for re:dash's own database (where we store the queries, results, etc)
DATABASE_CONFIG = {
'name': 'postgres',
'name': 'circle_test',
'engine': 'peewee.PostgresqlDatabase',
}
# Google Apps domain to allow access from; any user with email in this Google Apps will be allowed