dotfiles/.config/rustypaste/client.toml
C4 Patino 6e7a23d009
All checks were successful
sync tailscale acls / acls (push) Successful in 1m9s
feat: add rustypaste configuration to dotfiles
2026-06-29 21:44:49 -05:00

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