chore: update APP_URL to games.adriatica.io
All checks were successful
Deploy c4 / deploy (push) Successful in 39s

This commit is contained in:
Ryan Hamamura
2026-02-13 09:24:49 -10:00
parent e85271ab29
commit e45559ecb3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Application URL for invite links (defaults to https://demo.adriatica.io) # Application URL for invite links (defaults to https://games.adriatica.io)
# APP_URL=http://localhost:7331 # APP_URL=http://localhost:7331
# Server port (defaults to 7331) # Server port (defaults to 7331)

View File

@@ -121,7 +121,7 @@ func getBaseURL() string {
if url := os.Getenv("APP_URL"); url != "" { if url := os.Getenv("APP_URL"); url != "" {
return url return url
} }
return "https://demo.adriatica.io" return "https://games.adriatica.io"
} }
func InviteLink(gameID string) h.H { func InviteLink(gameID string) h.H {