📝 Improving heroku form
This commit is contained in:
parent
0f3037b315
commit
1a0dcf7579
10
app.json
10
app.json
@ -24,11 +24,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"env": {
|
"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": {
|
"DB_NAME": {
|
||||||
"description": "Database name (PostgreSQL)",
|
"description": "Database name (PostgreSQL)",
|
||||||
"value": "shynet",
|
"value": "shynet",
|
||||||
@ -128,6 +123,11 @@
|
|||||||
"value": "admin@example.com",
|
"value": "admin@example.com",
|
||||||
"required": false
|
"required": false
|
||||||
},
|
},
|
||||||
|
"SHYNET_HOST": {
|
||||||
|
"description": "The domain on which you'll be hosting Shynet.",
|
||||||
|
"value": "your-app.herokuapp.com",
|
||||||
|
"required": false
|
||||||
|
},
|
||||||
"SHYNET_WHITELABEL": {
|
"SHYNET_WHITELABEL": {
|
||||||
"description": "What you'd like to call your Shynet instance.",
|
"description": "What you'd like to call your Shynet instance.",
|
||||||
"value": "shynet-analytics",
|
"value": "shynet-analytics",
|
||||||
|
Loading…
Reference in New Issue
Block a user