added cli parameter to toggle registraion, and split the monorepo: now this is only the backend

This commit is contained in:
2026-01-13 16:04:58 +01:00
parent 0e8ef49cfd
commit 86d86473af
11 changed files with 184 additions and 146 deletions

View File

@@ -1,7 +1,5 @@
# chat app backend
# Frangipane backend
## Configuration
- Specify the JWT secret with the `CHATAPP_JWT_SECRET` environment variable.
- Specify the server's port with the `CHATAPP_PORT` environment variable. Defaults to `8080`.
- To disable user registration, pass in `CHATAPP_PROHIBIT_REGISTRATION=true`.
- Specify the JWT secret with the `FRANGIPANE_JWT_SECRET` environment variable.