mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-27 02:48:39 -06:00
fix: DATABASE_CONNECTION_URI required
This commit is contained in:
parent
05053381ef
commit
af2f883e44
3
app.json
3
app.json
@ -89,8 +89,7 @@
|
|||||||
"value": "true"
|
"value": "true"
|
||||||
},
|
},
|
||||||
"DATABASE_CONNECTION_URI": {
|
"DATABASE_CONNECTION_URI": {
|
||||||
"description": "The connection URI for the database. For heroku, this should be empty.",
|
"description": "The connection URI for the database. For heroku, this is required."
|
||||||
"required": false
|
|
||||||
},
|
},
|
||||||
"DATABASE_CONNECTION_DB_PREFIX_NAME": {
|
"DATABASE_CONNECTION_DB_PREFIX_NAME": {
|
||||||
"description": "The prefix name for the database.",
|
"description": "The prefix name for the database.",
|
||||||
|
Loading…
Reference in New Issue
Block a user