Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use environment variable references in database.php #58

Open
SvenAelterman opened this issue Nov 25, 2023 · 0 comments
Open

Use environment variable references in database.php #58

SvenAelterman opened this issue Nov 25, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@SvenAelterman
Copy link
Contributor

Currently, the deployment script dumps the database connection values in database.php. This means that after deployment, it's not possible to update those values. Moreover, those values are available in plain text in database.php.

We need to use something like $_ENV['db_username'].

@SvenAelterman SvenAelterman added the enhancement New feature or request label Nov 25, 2023
@SvenAelterman SvenAelterman added this to the CY24 Q2 milestone Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant