From af576378a20eda6ea21e71944436a449f8a7fb26 Mon Sep 17 00:00:00 2001 From: bandesz Date: Tue, 21 Mar 2017 14:44:20 +0000 Subject: [PATCH] Add 'production' alias for live environment --- app/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config.py b/app/config.py index db6c692bd..0c9814ea2 100644 --- a/app/config.py +++ b/app/config.py @@ -139,5 +139,6 @@ configs = { 'preview': Preview, 'staging': Staging, 'live': Live, + 'production': Live, 'sandbox': Sandbox }