clean: remove duplicate

This commit is contained in:
2025-12-26 17:54:04 +01:00
parent 24bed6fc6c
commit ffba8f6257

View File

@@ -169,15 +169,6 @@ server {
}
```
### Application Settings
```bash
APP_BASE_URL=https://goyco.example.com # assuming you are using a reverse proxy
ADMIN_EMAIL=admin@example.com
TITLE=Goyco # will be displayed in the web interface, choose wisely
DEBUG=false
```
## API Documentation
The API is fully documented with Swagger.