issues
search
Receipt-Wrangler
/
receipt-wrangler-api
Server for Receipt Wrangler
GNU Affero General Public License v3.0
82
stars
1
forks
source link
Tech/env var
#262
Closed
Noah231515
closed
5 months ago
Noah231515
commented
5 months ago
Changes
Move db config, and secret key to env variables (except for NumWorkers for now)
Removed old logging code and introduced new logging that logs out to log, and std out for docker environments
Refactored mariadb/mysql connection string to concat host and port
Added some unit tests around config set up, and setting config from env
Changes