Skip to content

Commit

Permalink
Fix user-service lobby url
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Nov 14, 2023
1 parent 1d23ded commit 1d094d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/faf-user-service/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ data:
HYDRA_BASE_ADMIN_URL: "http://ory-hydra:4445"
DB_URL: "jdbc:mariadb://mariadb:3306/faf_lobby?ssl=false"
DB_USERNAME: "faf-user-service"
LOBBY_URL: "wss://ws.faforever.com"
LOBBY_URL: "wss://ws.{{.Values.baseDomain}}"
IRC_TOKEN_TTL: "300"

0 comments on commit 1d094d0

Please sign in to comment.