john-okeefe 689610b434 chore(compose): sync example env with codebase
Add NODE_ENV (used by config/db.js and controllers/auth.js
to switch MONGO_URI/MONGO_DEV_URI and secure cookies).

Drop PATH, BUN_RUNTIME_TRANSPILER_CACHE_PATH, and
BUN_INSTALL_BIN leaked from container runtime env; they are
not read by the app.

Drop JWT_EXPIRES duplicate; app reads JWT_EXPIRE
(models/User.js expiresIn), matching .env.

Restore SECURE=false default (used by utils/sendEmail.js
via yn(Bun.env.SECURE)).

Keep list aligned with Dockerfile and .env keys so the
example stays a valid template for server deployments.
2026-09-05 20:01:30 -04:00
2024-09-12 15:48:27 -04:00
2024-09-12 15:48:27 -04:00
2024-09-12 15:48:27 -04:00
2024-09-12 15:48:27 -04:00
2024-09-12 15:48:27 -04:00
2025-06-29 11:50:29 -04:00
2024-09-12 15:48:27 -04:00
2024-09-12 19:32:09 -04:00
2024-09-12 19:32:45 -04:00
2024-09-12 19:33:14 -04:00
2024-09-12 15:48:27 -04:00
2024-09-12 19:32:09 -04:00
2024-09-12 15:44:28 -04:00
2024-09-12 15:48:27 -04:00
2024-09-12 15:44:28 -04:00
2024-09-12 15:48:27 -04:00

games-express-api

The games API written in ExpressJS

S
Description
The games API written in ExpressJS
Readme GPL-3.0
147 KiB
v1.2
Latest
2026-09-06 10:12:24 -04:00
Languages
JavaScript 94.2%
Makefile 2.9%
Dockerfile 2.2%
Shell 0.7%