Roger Roca (rogydev)
10/07/2025, 10:04 AMkqr
10/07/2025, 11:27 AMAndrew O'Hara
10/07/2025, 2:46 PMconfig.cloud.internal
, which points to the env-specific config service to get its config. This is pretty advanced from a networking perspective, but it lends to very simple clients.
Depending on your cloud provider, you can also have your instance's init script put the config into the ENV or a file, but then you have to worry about refreshing it on new deploys to the same server.
You can also have your deployment scripts inject an env file into the deployment package or something. I just prefer having a single deployment package for all environments.kqr
10/08/2025, 6:26 AM