forked from mattstauffer/syncCraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
syncCraft.cfg
35 lines (30 loc) · 1.03 KB
/
syncCraft.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# REMOTE SETTINGS
# ---------------
# Remote database name
remote_db_host=
# Remote database name
remote_db_name=
# Remote database username
remote_db_username=
# Remote database password (passwords containing special characters * ? [ < > & ; ! | $ ( ) should be double-quoted, e.g "pAsS>0rd")
remote_db_password=
# SSH string to connect to your remote server (e.g. 'myuser@myhost.com')
ssh_string=
# LOCAL SETTINGS
# ---------------
# Path to local MySQL (will default to 'mysql')
mysql_path=
# Local database username
local_db_name=
# Local database username (will default to 'root')
local_db_username=
# Local database password (will default to 'root')
local_db_password=
# ASSET DIRECTORIES
# -----------------
# Array of remote paths to files to pull
# E.g. ( /www/public/assets/images/content/* /www/public/assets/pdfs/content/* )
remote_paths=( )
# Array of local paths to directory to pull to (match array indexes with above)
# E.g. ( ~/Sites/my-site/public/assets/images/content/ ~/Sites/my-site/public/assets/pdfs/content/ )
local_paths=( )