We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3045d14 commit 95f989bCopy full SHA for 95f989b
webapp/config/load_db_secrets.php
@@ -59,6 +59,8 @@ function get_app_secret(): string
59
'DATABASE_URL' => get_db_url(),
60
];
61
62
+fprintf(STDERR, "Loaded env: %s\n", json_encode($env));
63
+
64
foreach ($env as $k => $v) {
65
$_ENV[$k] = $_ENV[$k] ?? (isset($_SERVER[$k]) && !str_starts_with($k, 'HTTP_') ? $_SERVER[$k] : $v);
66
}
0 commit comments