Skip to content

Commit 28f6201

Browse files
committed
hai im doing something
1 parent 9715bd3 commit 28f6201

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.env.example

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,14 @@ TWITCH_CLIENT_SECRET='YOUR_TWITCH_CLIENT_SECRET'
1717
CONFIG_UPDATE_INTERVAL_YOUTUBE='10'
1818
CONFIG_UPDATE_INTERVAL_TWITCH='2'
1919
CONFIG_DISCORD_LOGS_CHANNEL='YOUR_DISCORD_LOGS_CHANNEL'
20+
21+
# Backups
22+
BACKUP_ENABLED=true
23+
BACKUP_USING_SSH=false # It will still backup locally if set to true
24+
25+
# Note: The following sections are only required if BACKUP_USING_SSH is set to true
26+
BACKUP_SSH_HOST='YOUR_SSH_HOST'
27+
BACKUP_SSH_PORT='22' # Default SSH port is 22
28+
BACKUP_SSH_USER='YOUR_SSH_USER'
29+
BACKUP_SSH_PASSWORD='YOUR_SSH_PASSWORD' # You must use a password as private keys are not supported yet
30+
BACKUP_SSH_PATH='YOUR_SSH_PATH' # The path where the backups will be stored

0 commit comments

Comments
 (0)