2018-03-31 18:26:40 +02:00

5 lines
139 B
Python

from flaskbase.settings.base import *
TESTING = True
SQLALCHEMY_DATABASE_URI = 'postgresql+psycopg2://postgres:postgres@postgres/testing'