Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/backend/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
DISCORD_BOT_TOKEN_ENV_NAME=DISCORD_BOT_TOKEN
TOTAL_SHARDS_ENV_NAME=TOTAL_SHARDS
SHARD_ID_LIST_ENV_NAME=SHARD_ID_LIST

DATABASE_URL=postgresql://pguser:pgpassword@hallmaster-postgres:5432/hallmaster

Expand Down
2 changes: 2 additions & 0 deletions secrets/backend/.env.production.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
DISCORD_BOT_TOKEN_ENV_NAME=DISCORD_BOT_TOKEN
TOTAL_SHARDS_ENV_NAME=TOTAL_SHARDS
SHARD_ID_LIST_ENV_NAME=SHARD_ID_LIST

DATABASE_URL=postgresql://pguser:pgpassword@hallmaster-postgres:5432/hallmaster

Expand Down
Loading