Fixed missing mandatory env variable.
All checks were successful
Build and Push Docker Image / docker (push) Successful in 35s
Build and Push Docker Image / build (push) Successful in 54s

This commit is contained in:
2025-07-05 00:59:40 +02:00
parent 5697234624
commit 2e89691d1a

View File

@ -6,6 +6,7 @@
"environmentVariables": {
"PERSISTENCE_TYPE": "Sql",
"USERSCONFIG_FILE_PATH": "./../../assets/example-users.config",
"SQL_CONNECTIONSTRING": ""
"CORS_ORIGINS": "",
"PROXIES": "",
"QUERY_RATE_PER_MINUTE": "100",