microsoft / azure-redcap-paas

Automated deployment of REDCap with Azure Blob storage as the storage back-end
MIT License
29 stars 57 forks source link

Use environment variable references in database.php #58

Open SvenAelterman opened 10 months ago

SvenAelterman commented 10 months ago

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'].