Paperclip/settings.toml
2024-10-27 13:13:40 +08:00

29 lines
427 B
TOML

id = "paperclip01"
bind = "0.0.0.0:8004"
grpc_bind = "0.0.0.0:7004"
nexus_addr = "localhost:7001"
[workers]
files_deletion = 4
files_analyze = 4
[debug]
database = true
print_routes = false
[performance]
file_chunk_size = 26214400
[destinations.temporary]
type = "local"
path = "uploads"
[destinations.permanent]
type = "local"
path = "uploads/permanent"
[security]
internal_public_key = "keys/internal_public_key.pem"