Implement code changes to enhance functionality and improve performance

This commit is contained in:
2025-07-18 15:21:43 +00:00
parent bd850ac8e0
commit 77419e5595
5 changed files with 413 additions and 50 deletions

View File

@ -0,0 +1,13 @@
# HMAC File Server - Simplified Production Configuration
# Only the essential settings you need to configure!
[server]
listen_address = "8080"
storage_path = "/opt/hmac-file-server/data/uploads"
[security]
secret = "f6g4ldPvQM7O2UTFeBEUUj33VrXypDAcsDt0yqKrLiOr5oQW"
[logging]
level = "info"
file = "/opt/hmac-file-server/data/logs/hmac-file-server.log"