split frontend and backend to initialize tauri frontend
This commit is contained in:
7
README.md
Normal file
7
README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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`.
|
||||
Reference in New Issue
Block a user