tsk-17: Add ICARUS_AUTH_BASE_API_URL env key (#18)

Closes #17

Reviewed-on: #18
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-08-14 22:58:45 +00:00
committed by phoenix
parent 3cd42dab6b
commit d84a8144ae
7 changed files with 18 additions and 2 deletions
+1
View File
@@ -8,3 +8,4 @@ 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