mozilla-ai / lumigator

Source code for Mozilla.ai's Lumigator platform
https://mozilla-ai.github.io/lumigator/
Apache License 2.0
63 stars 7 forks source link

Config: Change `SQLALCHEMY_DATABASE_URL` to `DATABASE_URL` #384

Open peteski22 opened 4 days ago

peteski22 commented 4 days ago

Currently Lumigator exposes information about the underlying implementation via a config setting:

SQLALCHEMY_DATABASE_URL

If the implementation ever changes this setting will be meaningful/correct.

We should consider renaming the setting to:

DATABASE_URL

... in code, docs, CI/CD workflows.