WIP: Configuration via Environment Variables #28
Loading…
Reference in New Issue
No description provided.
Delete Branch "Tr0n/server:config/env"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First proposal for configuration via environment variables.
std::getenv
to get the variables for the keysObviously this would need to be made more modular so that we can use it in other places too, but I would love to get a first round of feedback, if this is a path we should pursue further.
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.