Files
bitchmin/bitchmin-api/app/conf/development.py
Fergal Moran 7d242820cd armv7 build
2020-11-14 21:38:13 +00:00

7 lines
170 B
Python

from .config import Config
class DevelopmentConfig(Config):
DEBUG = True
SQLALCHEMY_DATABASE_URI = 'postgresql+psycopg2://bitchmin:bitchmin@localhost/bitchmin'