gathering / wannabe

Event-system for TG - wannabe.gathering.org
GNU General Public License v3.0
12 stars 7 forks source link

Use env variables for most common configuration #67

Open niccofyren opened 3 years ago

niccofyren commented 3 years ago

When initially setting up wannabe for a local development environment there are a lot of different config files to think about, spread across multiple folders. And when using it in production it's quite easy to end up in with mismatched secrets between files or (if not careful) having to hard code configuration files with secrets into the container itself.

This tries to eliminate a few of these potential challenges by;

This will not be optimal for users running everything locally without using docker or similar, or that for other reasons are unable to set environmental variables and readme files have been adjusted to account for workarounds.