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