mirror of
https://github.com/amigan/rustypaste-pretty.git
synced 2024-11-21 11:59:48 -05:00
37cb4d3fcb
* feat(server): add landing page Fixes orhun/rustypaste#13 * feat(server): allow using {REPOSITORY} in landing page * fix(server): Get rid of unused import, add line about expiration * chore(fmt): cargo fmt * fix(tests): inject app data for fixing index test * feat(server): redirect to GitHub repository if landing page is not specified * test(fixtures): add fixture test for landing page Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
10 lines
252 B
TOML
10 lines
252 B
TOML
[server]
|
|
address="127.0.0.1:8000"
|
|
max_content_length="10MB"
|
|
upload_path="./upload"
|
|
landing_page="awesome_landing"
|
|
|
|
[paste]
|
|
random_url = { enabled = false, type = "petname", words = 2, separator = "-" }
|
|
default_extension = "txt"
|
|
duplicate_files = false
|