mastodon / flodgatt

A blazingly fast drop-in replacement for the Mastodon streaming API server
GNU Affero General Public License v3.0
87 stars 7 forks source link

Postgres config #70

Closed codesections closed 4 years ago

codesections commented 4 years ago

This PR updates the postgres config to conform to the format of the other configuration sections (redis_cfg and deployment_cfg). Doing so also adds additional type safety to the postgres_cfg code.

Additionally, this PR adds logging for every environmental variable flodgatt recognizes (in addition to the previously existing logging of the config generated from those environmental variables). This closes #69.