From 2c03264772e3ac37bc2a5fcaa899c8d71e474a8c Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 26 Sep 2025 15:59:39 -0400 Subject: [PATCH] Added environment variables for cors support --- .env.docker.sample | 5 +++++ .env.sample | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.env.docker.sample b/.env.docker.sample index ffde663..5d67918 100644 --- a/.env.docker.sample +++ b/.env.docker.sample @@ -1,3 +1,8 @@ +APP_ENV=development +BACKEND_PORT=8001 +FRONTEND_URL=http://localhost:4200 +RUST_LOG=debug +ALLOWED_ORIGINS=https://soaricarus.com,https://www.soaricarus.com SECRET_KEY=refero34o8rfhfjn983thf39fhc943rf923n3h SERVICE_PASSPHRASE=iUOo1fxshf3y1tUGn1yU8l9raPApHCdinW0VdCHdRFEjqhR3Bf02aZzsKbLtaDFH POSTGRES_AUTH_USER=icarus_op diff --git a/.env.sample b/.env.sample index c00c477..1a544f7 100644 --- a/.env.sample +++ b/.env.sample @@ -1,3 +1,8 @@ +APP_ENV=development +BACKEND_PORT=8001 +FRONTEND_URL=http://localhost:4200 +RUST_LOG=debug +ALLOWED_ORIGINS=https://soaricarus.com,https://www.soaricarus.com SECRET_KEY=refero34o8rfhfjn983thf39fhc943rf923n3h SERVICE_PASSPHRASE=iUOo1fxshf3y1tUGn1yU8l9raPApHCdinW0VdCHdRFEjqhR3Bf02aZzsKbLtaDFH POSTGRES_AUTH_USER=icarus_op_test