Jelajahi Sumber

chore: replace multiplayer-test with multiplayer-base

Bryan Lee 1 tahun lalu
induk
melakukan
9cfe98e792
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      authentication/.env.sample
  2. 1 1
      compose.yaml

+ 1 - 1
authentication/.env.sample

@@ -4,7 +4,7 @@ IDENTITY_EXPIRES_IN_SECS=
 REFRESH_SECRET=
 REFRESH_EXPIRES_IN_DAYS=
 # comma-delimited list of origins
-ALLOWED_ORIGINS=http://localhost:8060,https://multiplayer-test.bryanmylee.com
+ALLOWED_ORIGINS=http://localhost:8060,https://multiplayer-base.bryanmylee.com
 OAUTH_CLIENT_ID=
 OAUTH_CLIENT_SECRET=
 STEAM_APP_ID=

+ 1 - 1
compose.yaml

@@ -33,7 +33,7 @@ services:
       IDENTITY_EXPIRES_IN_SECS: 3600
       REFRESH_SECRET_FILE: /run/secrets/identity-refresh-secret
       REFRESH_EXPIRES_IN_DAYS: 7
-      ALLOWED_ORIGINS: "http://localhost:8060,https://multiplayer-test.bryanmylee.com"
+      ALLOWED_ORIGINS: "http://localhost:8060,https://multiplayer-base.bryanmylee.com"
       OAUTH_CLIENT_ID_FILE: /run/secrets/server-oauth-client-id
       OAUTH_CLIENT_SECRET_FILE: /run/secrets/server-oauth-client-secret
       STEAM_APP_ID: 2843770