rustypaste/fixtures/test-server-auth-multiple-t.../config.toml

10 lines
216 B
TOML

[server]
address = "127.0.0.1:8000"
max_content_length = "10MB"
upload_path = "./upload"
auth_tokens = ["token1", "token2", "rustypasteisawesome", "token4"]
[paste]
default_extension = "txt"
duplicate_files = false