Add 'production' alias for live environment

This commit is contained in:
bandesz
2017-03-21 14:43:56 +00:00
parent a4bb1f1f33
commit 974b59a5b7

View File

@@ -262,6 +262,7 @@ configs = {
'development': Development,
'test': Test,
'live': Live,
'production': Live,
'staging': Staging,
'preview': Preview,
'sandbox': Sandbox