Move settings to config file

This commit is contained in:
Michael Stanclift 2020-05-21 15:46:04 -05:00
parent 6d8ea42c54
commit f562afaaab
2 changed files with 5 additions and 2 deletions

2
gravity-sync.conf Normal file
View File

@ -0,0 +1,2 @@
REMOTE_HOST='192.168.7.5'
REMOTE_USER='ubuntu'

View File

@ -12,8 +12,9 @@ VERSION='1.1.1'
# You must change the REMOTE_HOST and REMOTE_USER variables below to match your configuration # You must change the REMOTE_HOST and REMOTE_USER variables below to match your configuration
# STANDARD SETTINGS # STANDARD SETTINGS
REMOTE_HOST='192.168.7.5' source gravity-sync.conf
REMOTE_USER='ubuntu' # REMOTE_HOST='192.168.7.5'
# REMOTE_USER='ubuntu'
# PUSH SETTINGS # PUSH SETTINGS