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