feat: update dashboard port from 8080 to 8420 in configuration and documentation
This commit is contained in:
@@ -38,13 +38,13 @@ The app will run continuously and send notifications at the scheduled times.
|
||||
|
||||
### Dashboard
|
||||
|
||||
By default, a minimal dashboard is available at `http://localhost:8080/`.
|
||||
By default, a minimal dashboard is available at `http://localhost:8420/`.
|
||||
|
||||
You can disable it by setting `DASHBOARD_ENABLED=0`.
|
||||
|
||||
### Admin
|
||||
|
||||
You can edit the embed message templates at `http://localhost:8080/admin`.
|
||||
You can edit the embed message templates at `http://localhost:8420/admin`.
|
||||
|
||||
- Templates are saved to `templates.json` by default.
|
||||
- Override the location with `TEMPLATES_PATH=/path/to/templates.json`.
|
||||
|
||||
Reference in New Issue
Block a user