Skip to content

Fixed database evironment variable in production container.

Choose a tag to compare

@martinhoefling martinhoefling released this 17 Apr 22:02
0daf19e

The production container now correctly pulls the environment variables passed in. Documentation now explicitly mentions that asyncpg must be used if DATABASE_URL is used.

What's Changed

  • Avoid conflicting setting that triggers a synchronous driver to be se… by @martinhoefling in #4

Full Changelog: v1.0.0...v1.0.1