validate-env.js now reads all four required vars (MONGODB_URI, JWT_SECRET, RESEND_API_KEY, HELCIM_API_TOKEN) from useRuntimeConfig() instead of mixing direct process.env reads with a JWT-only special case. Mongoose and the six Resend instantiations follow suit. Either bare or NUXT_-prefixed env names are accepted, so Dokploy no longer needs duplicate entries. |
||
|---|---|---|
| .. | ||
| alerts | ||
| board-channels | ||
| events | ||
| members | ||
| pre-registrants | ||
| series | ||
| site-content | ||
| wiki | ||
| board-channels.post.js | ||
| dashboard.get.js | ||
| events.get.js | ||
| events.post.js | ||
| members.get.js | ||
| members.post.js | ||
| series.get.js | ||
| series.post.js | ||
| series.put.js | ||