chore: update APP_URL to games.adriatica.io
All checks were successful
Deploy c4 / deploy (push) Successful in 39s
All checks were successful
Deploy c4 / deploy (push) Successful in 39s
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user