Closed subzero911 closed 2 years ago
You said that configuration can be set via env variables but didn't explain how exactly. For example, I want to change SHELF_ADDRESS to 0.0.0.0 for production server. What should I do for it? How can I pass this variable to the running server?
The concept of environment variables is a basic concept of any OS and is covered in computer science educations.
https://wiki.archlinux.org/title/environment_variables
You said that configuration can be set via env variables but didn't explain how exactly. For example, I want to change SHELF_ADDRESS to 0.0.0.0 for production server. What should I do for it? How can I pass this variable to the running server?