Paperclip/settings.toml

29 lines
427 B
TOML
Raw Permalink Normal View History

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