From f58bcb7db673d8d45646144f2bf6e5c56886cc94 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Wed, 1 Oct 2025 17:12:14 -0400 Subject: [PATCH] Updated sample env files --- .env.docker.sample | 5 +++++ .env.sample | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.env.docker.sample b/.env.docker.sample index 33ebf08..c448c30 100644 --- a/.env.docker.sample +++ b/.env.docker.sample @@ -1,3 +1,8 @@ +APP_ENV=development +BACKEND_PORT=8000 +FRONTEND_URL=http://localhost:4200 +RUST_LOG=debug +ALLOWED_ORIGINS=https://soaricarus.com,https://www.soaricarus.com SECRET_MAIN_KEY=refero34o8rfhfjn983thf39fhc943rf923n3h ROOT_DIRECTORY=/home/icarus/mydata POSTGRES_MAIN_USER=icarus diff --git a/.env.sample b/.env.sample index 9bc2b5a..f53ca9a 100644 --- a/.env.sample +++ b/.env.sample @@ -1,5 +1,8 @@ -APP_ENV -BACKEND_PORT +APP_ENV=development +BACKEND_PORT=8000 +FRONTEND_URL=http://localhost:4200 +RUST_LOG=debug +ALLOWED_ORIGINS=https://soaricarus.com,https://www.soaricarus.com SECRET_MAIN_KEY=refero34o8rfhfjn983thf39fhc943rf923n3h ROOT_DIRECTORY=/home/icarus/mydata POSTGRES_MAIN_USER=icarus