Skip to content

Commit 140f3e6

Browse files
committed
fixup! feat(config): add option to set token from file
1 parent c91b4b2 commit 140f3e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[server]
22
address = "https://paste.example.com"
33
#auth_token = ""
4-
#auth_token_file = "~/example/auth-token"
4+
#auth_token_file = "~/example/auth-token" # File should contain a string, leading and trailing whitespace will be removed
55
#delete_token = ""
6-
#delete_token_file = "~/example/delete-token"
6+
#delete_token_file = "~/example/delete-token" # File should contain a string, leading and trailing whitespace will be removed
77

88
[paste]
99
oneshot = false

0 commit comments

Comments
 (0)