Files
frangipane-backend/README.md

8 lines
283 B
Markdown

# chat app 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 enable user registration, pass in `CHATAPP_ALLOW_REGISTRATION=true`.