mirror of
https://github.com/vmstan/gravity-sync.git
synced 2025-07-07 10:14:04 -04:00
Move settings to config file
This commit is contained in:
parent
6d8ea42c54
commit
f562afaaab
2
gravity-sync.conf
Normal file
2
gravity-sync.conf
Normal file
@ -0,0 +1,2 @@
|
||||
REMOTE_HOST='192.168.7.5'
|
||||
REMOTE_USER='ubuntu'
|
@ -12,8 +12,9 @@ VERSION='1.1.1'
|
||||
# You must change the REMOTE_HOST and REMOTE_USER variables below to match your configuration
|
||||
|
||||
# STANDARD SETTINGS
|
||||
REMOTE_HOST='192.168.7.5'
|
||||
REMOTE_USER='ubuntu'
|
||||
source gravity-sync.conf
|
||||
# REMOTE_HOST='192.168.7.5'
|
||||
# REMOTE_USER='ubuntu'
|
||||
|
||||
# PUSH SETTINGS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user