fixed error on heroku configuration

This commit is contained in:
Gonçalo Valério 2019-03-22 11:56:27 +00:00
parent 0ec7871268
commit 9abc5b3da2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"description": "Django Secret key settings",
"generator": "secret"
},
"APP_ENV": {
"ENVIRONMENT": {
"description": "Environment the app runs in",
"value": "heroku"
}