adds db.php

This commit is contained in:
2026-06-04 15:12:26 +01:00
parent 38370c101f
commit e4cd434586
2 changed files with 216 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php namespace JoeacNet\Http\Config;
function dbScheme(): string|null
{
return (string) getenv("DB_SCHEME");
}
function dbPath(): string|null
{
return (string) getenv("DB_PATH");
}