Some app.json updates to consider

a) Consider using the secret generator so that deploys don't default to a known secret.
b) tag it with golang
This commit is contained in:
Edward Muller 2015-07-14 12:52:28 -07:00
parent 5e4398ceae
commit 5979272115

View File

@ -8,6 +8,7 @@
"keywords": [
"postgres",
"database",
"golang",
"frontend"
],
"addons": [
@ -21,7 +22,7 @@
},
"AUTH_PASS": {
"description": "The login password. Please change this.",
"value": "pgweb"
"generator": "secret"
}
}
}
}