Commit 1705100
authored
[cuebot] DB optional env vars to streamline custom deployment (#2076)
**Summary**
Add the possibility to set optional env vars to connect to the db.
**Changes**
In the `opencue.properties` file, add 3 new environment variables to
simplify the deployment:
`CUEBOT_DB_URL`: URL of the Postgres database.
`CUEBOT_DB_USER`: the username to use to connect to the Postgres
database
`CUEBOT_DB_PASSWORD`: the password to use to connect to the Postgres
database
Those environment variables are optional. Default behavior stays
unchanged.
**Why**
Streamline custom config of cuebot and db setup on client side.
**Feedback**
Any documentation you would recommend updating?1 parent a5827b8 commit 1705100
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments