mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 09:05:17 +00:00
Update circle config to create settings.py file.
This commit is contained in:
parent
199cddfbdb
commit
78e748548c
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user