From e976d70c6ff612e2d042f3a90141c18a3bd2c865 Mon Sep 17 00:00:00 2001 From: Yutaro Negi Date: Sun, 1 Dec 2024 15:41:52 -0300 Subject: [PATCH] chore: update .env.example FRONTEND_URL --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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