# Duplicate this file for development. Rename it to .env.local.

# Cognito User Pool Id(Backend.ExportsOutputRefApiUserPool)
VITE_APP_COGNITO_USER_POOL_ID=

# Cognito User Pool Client Id(Backend.ExportsOutputRefApiUserPoolWebAppClient)
VITE_APP_COGNITO_USER_POOL_WEB_CLIENT_ID=

# Cognito Identity Pool Id(Backend.ExportsOutputRefApiAppIDPool)
VITE_APP_COGNITO_IDENTITY_POOL_ID=

# API Gateway Endpoint(Backend.ApiAppApiEndpoint)
VITE_APP_API_GATEWAY_ENDPOINT=

# app region
VITE_APP_AWS_REGION=ap-northeast-1