From a4112ae42609de6b4315a118b44d1ae2fd2e6c1e Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 17 Jul 2026 15:36:19 -0400 Subject: [PATCH] Updating readme and sample env files --- .env.docker.sample | 4 ++-- .env.local.sample | 4 ++-- README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.docker.sample b/.env.docker.sample index 49b5838..1626171 100644 --- a/.env.docker.sample +++ b/.env.docker.sample @@ -1,4 +1,4 @@ ROOT_DIRECTORY=/usr/local/bin -ICARUS_BASE_API_URL=http://api:8000 -ICARUS_AUTH_BASE_API_URL=http://auth_api:8001 +SOARICARUS_BASE_API_URL=http://api:8000 +SOARICARUS_AUTH_BASE_API_URL=http://auth_api:8001 SERVICE_PASSPHRASE=iUOo1fxshf3y1tUGn1yU8l9raPApHCdinW0VdCHdRFEjqhR3Bf02aZzsKbLtaDFH diff --git a/.env.local.sample b/.env.local.sample index ea067e3..f8f142a 100644 --- a/.env.local.sample +++ b/.env.local.sample @@ -1,4 +1,4 @@ ROOT_DIRECTORY=/tmp -ICARUS_BASE_API_URL=http://localhost:8000 -ICARUS_AUTH_BASE_API_URL=http://localhost:8001 +SOARICARUS_BASE_API_URL=http://localhost:8000 +SOARICARUS_AUTH_BASE_API_URL=http://localhost:8001 SERVICE_PASSPHRASE=iUOo1fxshf3y1tUGn1yU8l9raPApHCdinW0VdCHdRFEjqhR3Bf02aZzsKbLtaDFH diff --git a/README.md b/README.md index 7bdcaa5..4c42480 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ it can be changed. The `SERVICE_PASSPHRASE` env variable should not be changed, but it could be changed. The value for this variable should match the value in the `passphrase` table. This would be -found in the `icarus_auth` project. +found in the `soaricarus_auth` project. Ensure that the URLs for the two APIs are correctly set for the respective env variables -`ICARUS_BASE_API_URL` for Icarus API and `ICARUS_AUTH_BASE_API_URL` for `icarus_auth`. +`SOARICARUS_BASE_API_URL` for soaricarus API and `SOARICARUS_AUTH_BASE_API_URL` for `soaricarus_auth`. If the values are properly set, next is to build the image. The docker image should be built from the main icarus web API.