-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsyncr.json
35 lines (35 loc) · 843 Bytes
/
syncr.json
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": {
"server": {
"host": "http://sunnytechnicalservices.com",
"username": "sunnybv",
"password": "$Qwerty1610$",
"ssh_port": 22,
"path": "public_html/"
},
"database": {
"name": "sunnyybv_dreamy1",
"username": "sunnyybv_dreamy1",
"password": "xxx123xxx@"
},
"ignore_from_local": [
"password.php",
"local.ini"
]
},
"local": {
"server": {
"path": "G:\xampp\htdocs\billing\\"
},
"database": {
"name": "billing",
"username": "root",
"password": ""
},
"ignore_from_remote": [
"*.ini",
"public/uploads/",
"*.html"
]
}
}