mirror of
https://github.com/Noratrieb/discord-court-bot.git
synced 2026-01-16 19:05:01 +01:00
get db running
This commit is contained in:
parent
d6ed409c9b
commit
9014ff6eff
2 changed files with 18 additions and 0 deletions
|
|
@ -8,5 +8,12 @@ DISCORD_TOKEN=token
|
|||
APPLICATION_ID=uwu
|
||||
RUST_LOG=DEBUG
|
||||
MONGO_URI=mongodb://localhost:27017
|
||||
MONGO_INITDB_ROOT_USERNAME=root
|
||||
MONGO_INITDB_ROOT_PASSWORD=uwu
|
||||
DEV=
|
||||
```
|
||||
|
||||
run mongodb
|
||||
```shell
|
||||
docker run --name karin-db -d mongo:latest
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue