diff --git a/client/.env.example b/client/.env.example index b116e59..71bc5a4 100644 --- a/client/.env.example +++ b/client/.env.example @@ -3,4 +3,4 @@ NEXT_PUBLIC_SERVER_PORT=31577 NEXT_PUBLIC_COGNITO_POOL_ENDPOINT=http://localhost:5050 NEXT_PUBLIC_COGNITO_USER_POOL_ID=ap-northeast-1_frourio NEXT_PUBLIC_COGNITO_USER_POOL_CLIENT_ID=catapult -NEXT_PUBLIC_OAUTH_DOMAIN=XXXXXXXXXXXX.auth.ap-northeast-1.amazoncognito.com +NEXT_PUBLIC_OAUTH_DOMAIN=localhost:5052 diff --git a/compose.yml b/compose.yml index 079df43..f7c0791 100644 --- a/compose.yml +++ b/compose.yml @@ -1,9 +1,10 @@ services: magnito: - image: frourio/magnito:0.15.2 + image: frourio/magnito:0.16.1 ports: - 5050:5050 - 5051:5051 + - 5052:5052 environment: COGNITO_USER_POOL_ID: ap-northeast-1_frourio COGNITO_USER_POOL_CLIENT_ID: catapult