Add db secrets management
All checks were successful
Website Sync / website-sync (push) Successful in 6s
All checks were successful
Website Sync / website-sync (push) Successful in 6s
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
require_once "var_loading.inc.php";
|
||||
loadEnvironment(".env");
|
||||
|
||||
$host = "${{ secrets.DB_HOST }}";
|
||||
$protocol = "${{ secrets.DB_PROTOCOL }}";
|
||||
$dbname = "${{ secrets.DB_NAME }}";
|
||||
|
||||
Reference in New Issue
Block a user