Initial commit

This commit is contained in:
2026-03-05 11:21:18 +03:00
commit 056e2ad529
18 changed files with 729 additions and 0 deletions

22
config/payouts.properties Normal file
View File

@@ -0,0 +1,22 @@
Server.Port = :8080
Server.WriteTimeout = 35s
Server.ReadTimeout = 35s
Server.EnablePProfEndpoints = false
Socket.MaxHttpBufferSize = 2097152
Socket.PingInterval = 25s
Socket.PingTimeout = 20s
Socket.Debug = false
# Prometheus settings
Metrics.Endpoint = /metrics
Metrics.HistogramBuckets = 0.001,0.002,0.005,0.01,0.025,0.05,0.1,0.25,0.5,1,2.5,5,10
Metrics.Http.HistogramEnabled = true
Metrics.Http.Buckets = 0.001,0.002,0.005,0.01,0.025,0.05,0.1,0.25,0.5,1,2.5,5,10
Log.Level = DEBUG
Log.FilePath = ./logs/payouts.log
Log.TextOutput = false
Log.StdoutEnabled = true
Log.FileEnabled = false