瀏覽代碼

chore: replace multiplayer-test with multiplayer-base

Bryan Lee 1 年之前
父節點
當前提交
9cfe98e792
共有 2 個文件被更改,包括 2 次插入2 次删除
  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