split the project in 2
This commit is contained in:
+5
-1
@@ -5,6 +5,10 @@ PORT=3010
|
||||
API_UPSTREAM=http://127.0.0.1:6000
|
||||
PUBLIC_ORIGIN=https://example.com
|
||||
|
||||
BACKEND_PORT=6000
|
||||
TSS_BATTLES_DB=./tss_battles.db
|
||||
TSS_TEAMS_DB=./tss_teams.db
|
||||
|
||||
UPTIME_STORAGE_DIR=~/tsswebstorage
|
||||
UPTIME_DATABASE_FILE=uptime.sqlite
|
||||
UPTIME_SAMPLE_INTERVAL_MS=1800000
|
||||
@@ -35,7 +39,7 @@ GITHUB_WEBHOOK_SECRET=change-me
|
||||
GITHUB_WEBHOOK_REFS=refs/heads/main
|
||||
# Optional: refuse pushes whose repository.full_name does not match (e.g. "owner/repo").
|
||||
GITHUB_WEBHOOK_REPOSITORY=
|
||||
PM2_RESTART_TARGETS=tssbot-web
|
||||
PM2_RESTART_TARGETS=tssbot-web,tssbot-backend
|
||||
DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/...
|
||||
# Set to "true" only if the Discord channel is private. Default omits the patch preview
|
||||
DISCORD_INCLUDE_PATCH=true
|
||||
|
||||
Reference in New Issue
Block a user