Paperclip/settings.toml

29 lines
456 B
TOML
Raw Normal View History

2024-06-22 18:09:41 +08:00
id = "paperclip01"
2024-05-17 15:59:51 +08:00
2024-10-27 13:13:40 +08:00
bind = "0.0.0.0:8004"
grpc_bind = "0.0.0.0:7004"
nexus_addr = "localhost:7001"
2024-05-17 15:59:51 +08:00
2024-07-29 00:53:40 +08:00
[workers]
files_deletion = 4
files_analyze = 4
2024-05-17 15:59:51 +08:00
[debug]
database = true
2024-05-17 15:59:51 +08:00
print_routes = false
2024-08-20 17:08:40 +08:00
[performance]
2024-08-20 19:17:43 +08:00
file_chunk_size = 26214400
2024-08-20 17:08:40 +08:00
[[destinations]]
2024-05-17 15:59:51 +08:00
type = "local"
2024-06-29 21:16:11 +08:00
path = "uploads"
[[destinations]]
2024-08-02 21:38:47 +08:00
type = "local"
path = "uploads/permanent"
access_baseurl = "http://192.168.50.133:8004"
2024-10-27 13:13:40 +08:00
[security]
internal_public_key = "keys/internal_public_key.pem"