5 lines
139 B
Python
5 lines
139 B
Python
from flaskbase.settings.base import *
|
|
|
|
TESTING = True
|
|
SQLALCHEMY_DATABASE_URI = 'postgresql+psycopg2://postgres:postgres@postgres/testing'
|