287 B
287 B
chat app backend
Configuration
- Specify the JWT secret with the
CHATAPP_JWT_SECRETenvironment variable. - Specify the server's port with the
CHATAPP_PORTenvironment variable. Defaults to8080. - To disable user registration, pass in
CHATAPP_PROHIBIT_REGISTRATION=true.