felixblaschke / shelf_plus

MIT License
73 stars 14 forks source link

[Question] How to use env variables? #19

Closed subzero911 closed 2 years ago

subzero911 commented 2 years ago

image 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?

felixblaschke commented 2 years ago

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