Skip to content

Commit

Permalink
chore: update magnito v0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Sep 16, 2024
1 parent 0758469 commit a709e23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a709e23

Please sign in to comment.