Name change

This commit is contained in:
2026-07-14 16:09:27 -04:00
parent 349056db6e
commit 2662065de3
9 changed files with 44 additions and 43 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ POSTGRES_MAIN_PASSWORD=password
POSTGRES_MAIN_DB=my_db
POSTGRES_MAIN_HOST=localhost
DATABASE_URL=postgres://${POSTGRES_MAIN_USER}:${POSTGRES_MAIN_PASSWORD}@${POSTGRES_MAIN_HOST}:5432/${POSTGRES_MAIN_DB}
ICARUS_BASE_API_URL=https://icarus.com
ICARUS_AUTH_BASE_API_URL=https://auth.icarus.com
SOARICARUS_BASE_API_URL=https://soaricarus.com
SOARICARUS_AUTH_BASE_API_URL=https://auth.soaricarus.com
APP_ENV=development
BACKEND_PORT=8001
FRONTEND_URL=http://localhost:4200