Files
fedora-infra_ansible/roles/openshift-apps/modernpaste/templates/flask_config.py
Michal Konečný 6e85133c9e modernpaste: separate config files
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
2019-06-11 17:28:29 +02:00

8 lines
261 B
Python

import config
import constants
import os
SQLALCHEMY_DATABASE_URI = "postgres://{{modernpaste_stg_db_user}}:{{modernpaste_stg_db_password}}@db01.stg.phx2.fedoraproject.org/modernpaste"
SQLALCHEMY_TRACK_MODIFICATIONS = False
SECRET_KEY = config.FLASK_SECRET_KEY