feat: some refactoring
This commit is contained in:
16
configs/development.toml
Normal file
16
configs/development.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
# Development server configuration
|
||||
[server]
|
||||
address = ":8080"
|
||||
read_timeout = "5s"
|
||||
write_timeout = "5s"
|
||||
idle_timeout = "30s"
|
||||
|
||||
# Logging configuration for development
|
||||
[logging]
|
||||
level = "debug"
|
||||
format = "text"
|
||||
output = "stdout"
|
||||
|
||||
# Request configuration
|
||||
[request]
|
||||
max_body_size = 10485760 # 10MB
|
||||
Reference in New Issue
Block a user