ayden discord bot: add mongodb
This commit is contained in:
parent
9b120392c2
commit
cbcc4100cb
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ DISCORD_TOKEN={{ key "user-projects/ayden/gomlbot/discord/token" }}
|
||||||
DOCKER_USER={{ key "user-projects/ayden/ghcr/username" }}
|
DOCKER_USER={{ key "user-projects/ayden/ghcr/username" }}
|
||||||
DOCKER_PASS={{ key "user-projects/ayden/ghcr/password" }}
|
DOCKER_PASS={{ key "user-projects/ayden/ghcr/password" }}
|
||||||
DEBUG=false
|
DEBUG=false
|
||||||
|
MONGO_DB={{ key "user-projects/ayden/gomlbot/mongo/db" }}
|
||||||
EOH
|
EOH
|
||||||
destination = "local/.env"
|
destination = "local/.env"
|
||||||
env = true
|
env = true
|
||||||
|
|
Loading…
Reference in a new issue