Skip to content

Commit 1d094d0

Browse files
committed
Fix user-service lobby url
1 parent 1d23ded commit 1d094d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/faf-user-service/templates/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ data:
1919
HYDRA_BASE_ADMIN_URL: "http://ory-hydra:4445"
2020
DB_URL: "jdbc:mariadb://mariadb:3306/faf_lobby?ssl=false"
2121
DB_USERNAME: "faf-user-service"
22-
LOBBY_URL: "wss://ws.faforever.com"
22+
LOBBY_URL: "wss://ws.{{.Values.baseDomain}}"
2323
IRC_TOKEN_TTL: "300"

0 commit comments

Comments
 (0)