Mimickal / FunboxUsers

A lightweight user account system
1 stars 0 forks source link

Allow config location to be configurable (heh) #99

Open Mimickal opened 5 years ago

Mimickal commented 5 years ago

Currently the app is hard-coded to read the config from a file named config.yaml in the project root. We should be able to specify a config file when starting the server instead of hard-coding it. In production, our config will probably live in a protected folder in /etc somewhere, making this a fairly necessary change.

ShellyHerself commented 5 years ago

Database location should also be configurable.

Mimickal commented 4 years ago

Still need to default config location to something like /etc/fbusers/config.yaml