diff --git a/app/config.py b/app/config.py index 7019b7a00..a39a3b956 100644 --- a/app/config.py +++ b/app/config.py @@ -262,6 +262,7 @@ configs = { 'development': Development, 'test': Test, 'live': Live, + 'production': Live, 'staging': Staging, 'preview': Preview, 'sandbox': Sandbox