Skip to content

fix: no auto_database_url when postgres not enabled

Added conditional check to determine whether auto_database_url function is called or not. If POSTGRES_ENABLED variable is set true, we go ahead with auto_database_url function, else we don't call it. This allow us to have deployments without dummy DATABASE_URL environment set by default.

This MR targets issue #90 (closed)

Merge request reports

Loading