mirror of
https://github.com/amigan/rustypaste-pretty.git
synced 2024-11-22 04:19:47 -05:00
11 lines
188 B
TOML
11 lines
188 B
TOML
|
[server]
|
||
|
address="127.0.0.1:8000"
|
||
|
#workers=4
|
||
|
max_content_length="10MB"
|
||
|
upload_path="./upload"
|
||
|
#auth_token="" # OOPS_SERVER__AUTH_TOKEN=
|
||
|
|
||
|
[paste]
|
||
|
pet_names = true
|
||
|
default_extension = "txt"
|