Fixed Bugs

* Fixed gin release mode
- Removed debug logs
This commit is contained in:
2024-01-21 22:56:53 +02:00
parent 39e16ce408
commit d7e856aca2
4 changed files with 19 additions and 11 deletions

View File

@@ -22,4 +22,7 @@ LISTEN=":8080"
# Basic Security, these are required to view the data
IDENTITY_USERNAME=admin
IDENTITY_PASSWORD=admin
IDENTITY_PASSWORD=admin
# Enable/Disable debug features
DEBUG_MODE=false