From ff6e240a37d962eafb0e62171b234a18d503a119 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Mon, 6 Jan 2025 16:42:54 -0500 Subject: [PATCH] Better notes on if the home IP changes. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc99d1a0..56d79f79 100644 --- a/README.md +++ b/README.md @@ -122,9 +122,11 @@ This is modified to allow for a staging environment and production environment b This is modified to allow for a staging environment and production environment built. ### Example Important Values when running in dev: -Note our home IP address that changes. +Note: Environment values need to be updated when our home IP address changes. Be sure to check the Aether Container Environment and Aether Node App (SvelteKit) Environment files for the correct IP address. The Node Docker environment needs to be updated here and in the .env file that Docker will read. This needs to be improved later... ```bash -DOCKER_AE_API_SERVER_EXTRA_HOST=dev-api.oneskyit.com:108.28.68.107 +DOCKER_AE_API_DEV_SERVER_EXTRA_HOST=dev-api.oneskyit.com:108.48.200.147 + +DOCKER_AE_API_SERVER_EXTRA_HOST=dev-api.oneskyit.com:108.48.200.147 PUBLIC_AE_API_SERVER=api.oneskyit.com PUBLIC_AE_API_BAK_SERVER=bak-api.oneskyit.com