mirror of
https://github.com/sartography/protocol-builder-mock.git
synced 2025-01-12 08:44:46 +00:00
Minor fix, trying to get travis to run successfully.
This commit is contained in:
parent
6721895876
commit
fcdcaeb04a
@ -8,7 +8,7 @@ python:
|
||||
- "3.7"
|
||||
|
||||
before_install:
|
||||
- psql -c 'create database pb;' -U postgres
|
||||
- cp config/travis-testing.py config/default.py
|
||||
- psql -c 'create database pb_test;' -U postgres
|
||||
|
||||
install:
|
||||
|
@ -1,9 +0,0 @@
|
||||
import os
|
||||
basedir = os.path.abspath(os.path.dirname(__file__))
|
||||
|
||||
NAME = "CR Connect Protocol Builder Mock"
|
||||
CORS_ENABLED = False
|
||||
DEVELOPMENT = True
|
||||
TESTING = True
|
||||
SQLALCHEMY_DATABASE_URI = "postgresql://crc_user:crc_pass@localhost:5432/pb_test"
|
||||
SECRET_KEY = 'a really really really really long secret key'
|
Loading…
x
Reference in New Issue
Block a user