feat: send env in config
All checks were successful
TrafficCue Server CI / check (push) Successful in 22s
TrafficCue Server CI / build (push) Successful in 1m17s

This commit is contained in:
2025-09-06 12:41:00 +02:00
parent 3773adf635
commit cc109e44f5

View File

@ -47,6 +47,7 @@ app.get("/api/config", (c) => {
return c.json({
name: "TrafficCue Server",
env: process.env.ENV || "dev",
version: "0",
capabilities,
oidc: process.env.OIDC_ENABLED