📝 Improving heroku form

This commit is contained in:
Thomas Letsch Groch 2020-06-01 19:31:19 -03:00
parent 0f3037b315
commit 1a0dcf7579
No known key found for this signature in database
GPG Key ID: B95BD2A35F4D586F

View File

@ -24,11 +24,6 @@
}
},
"env": {
"SHYNET_HOST": {
"description": "The domain on which you'll be hosting Shynet at. (re-type the heroku app name here)",
"value": "your-app.herokuapp.com",
"required": false
},
"DB_NAME": {
"description": "Database name (PostgreSQL)",
"value": "shynet",
@ -128,6 +123,11 @@
"value": "admin@example.com",
"required": false
},
"SHYNET_HOST": {
"description": "The domain on which you'll be hosting Shynet.",
"value": "your-app.herokuapp.com",
"required": false
},
"SHYNET_WHITELABEL": {
"description": "What you'd like to call your Shynet instance.",
"value": "shynet-analytics",