fix(api): load server, cors configuration correclty

This commit is contained in:
2025-11-09 18:09:06 +02:00
parent 2d1c620664
commit 594b08a2d1
5 changed files with 25 additions and 21 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"server": {
"host": "%env(BASANGO_API_HOST)%",
"port": "%env(number:BASANGO_API_PORT)%",
"version": "1.0.0"
}
}