Add 'production' alias for live environment

This commit is contained in:
bandesz
2017-03-21 14:44:20 +00:00
parent a0afe55d3c
commit af576378a2

View File

@@ -139,5 +139,6 @@ configs = {
'preview': Preview,
'staging': Staging,
'live': Live,
'production': Live,
'sandbox': Sandbox
}