All checks were successful
sync tailscale acls / acls (push) Successful in 1m9s
21 lines
562 B
TOML
Executable file
21 lines
562 B
TOML
Executable file
[server]
|
|
# Server address.
|
|
address = "https://paste.cpatino.com"
|
|
# Server authentication token.
|
|
# auth_token = ""
|
|
# A file that contains an authentication token.
|
|
auth_token_file = "~/.config/rustypaste/auth_token"
|
|
# Server deletion token.
|
|
# delete_token = ""
|
|
# A file that contains a deletion token.
|
|
delete_token_file = "~/.config/rustypaste/delete_token"
|
|
|
|
[paste]
|
|
# Delete the paste after it has been accessed for the first time.
|
|
oneshot = false
|
|
# Override the server's default expiration time.
|
|
#expire = "10min"
|
|
|
|
[style]
|
|
# Prettify the output.
|
|
prettify = true
|