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:
parent
5e4398ceae
commit
5979272115
3
app.json
3
app.json
@ -8,6 +8,7 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"postgres",
|
"postgres",
|
||||||
"database",
|
"database",
|
||||||
|
"golang",
|
||||||
"frontend"
|
"frontend"
|
||||||
],
|
],
|
||||||
"addons": [
|
"addons": [
|
||||||
@ -21,7 +22,7 @@
|
|||||||
},
|
},
|
||||||
"AUTH_PASS": {
|
"AUTH_PASS": {
|
||||||
"description": "The login password. Please change this.",
|
"description": "The login password. Please change this.",
|
||||||
"value": "pgweb"
|
"generator": "secret"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user