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

8 lines
133 B
Python

import os
from .config import Config
class ProductionConfig(Config):
SQLALCHEMY_DATABASE_URI = os.environ.get('DATABASE_URL')