You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently both Granite and Crecto are using the config/database.yml file to configure the database. They also both support DATABASE_URL environment variable override.
This request is to add an initializer for Granite and Crecto that will look for a database_url in the environment instead.
This will provide the ability to specify different databases for development, test and production. It should continue to honor the DATABASE_URL override environment variable.
The text was updated successfully, but these errors were encountered:
Description
Currently both Granite and Crecto are using the
config/database.yml
file to configure the database. They also both support DATABASE_URL environment variable override.This request is to add an initializer for Granite and Crecto that will look for a
database_url
in the environment instead.This will provide the ability to specify different databases for development, test and production. It should continue to honor the
DATABASE_URL
override environment variable.The text was updated successfully, but these errors were encountered: