We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91b4b2 commit 140f3e6Copy full SHA for 140f3e6
config.toml
@@ -1,9 +1,9 @@
1
[server]
2
address = "https://paste.example.com"
3
#auth_token = ""
4
-#auth_token_file = "~/example/auth-token"
+#auth_token_file = "~/example/auth-token" # File should contain a string, leading and trailing whitespace will be removed
5
#delete_token = ""
6
-#delete_token_file = "~/example/delete-token"
+#delete_token_file = "~/example/delete-token" # File should contain a string, leading and trailing whitespace will be removed
7
8
[paste]
9
oneshot = false
0 commit comments