diff --git a/.env.example b/.env.example index 7681a9d..b8f585b 100644 --- a/.env.example +++ b/.env.example @@ -2,4 +2,5 @@ AWS_REGION=your-region COGNITO_CLIENT_ID=your-client-id COGNITO_CLIENT_SECRET=your-client-secret COGNITO_AUTH_URI=yout-auth-uri -DYNAMODB_TABLE_NAME=your_dynamodb_table_name \ No newline at end of file +DYNAMODB_TABLE_NAME=your_dynamodb_table_name +FRONTEND_URL=your_frontend_url \ No newline at end of file