mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-14 02:48:45 -04:00
New property for environment
This commit is contained in:
@@ -70,7 +70,7 @@ current_service = LocalProxy(partial(_lookup_req_object, 'service'))
|
||||
def create_app():
|
||||
application = Flask(__name__)
|
||||
|
||||
application.config.from_object(configs[os.environ['NOTIFY_ADMIN_ENVIRONMENT']])
|
||||
application.config.from_object(configs[os.environ['NOTIFY_ENVIRONMENT']])
|
||||
|
||||
init_app(application)
|
||||
logging.init_app(application)
|
||||
|
||||
Reference in New Issue
Block a user