Skip to content

Commit 95f989b

Browse files
committed
debug
1 parent 3045d14 commit 95f989b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webapp/config/load_db_secrets.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ function get_app_secret(): string
5959
'DATABASE_URL' => get_db_url(),
6060
];
6161

62+
fprintf(STDERR, "Loaded env: %s\n", json_encode($env));
63+
6264
foreach ($env as $k => $v) {
6365
$_ENV[$k] = $_ENV[$k] ?? (isset($_SERVER[$k]) && !str_starts_with($k, 'HTTP_') ? $_SERVER[$k] : $v);
6466
}

0 commit comments

Comments
 (0)