-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.example.toml
17 lines (17 loc) · 1.15 KB
/
config.example.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Template config file for the Dead Man's Switch.
# Please copy this file to config.toml and fill in the necessary information.
# Read the README.md for more information on the file location.
username = "[email protected]"
password = ""
smtp_server = "smtp.example.com"
smtp_port = 587
message = "I'm probably dead, go to Central Park NY under bench #137 you'll find an age-encrypted drive. Password is our favorite music in Pascal case."
message_warning = "Hey, you haven't checked in for a while. Are you okay?"
subject = "[URGENT] Something Happened to Me!"
subject_warning = "[URGENT] You need to check in!"
to = "[email protected]"
from = "[email protected]"
attachment = "/root/important_file.gpg" # optional
timer_warning = 1209600 # 2 weeks
timer_dead_man = 604800 # 1 week
web_password = "password"