-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
30 lines (30 loc) · 773 Bytes
/
Copy pathconfig.json
File metadata and controls
30 lines (30 loc) · 773 Bytes
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
{
"check_interval": 300,
"chunk_size_mb": 8,
"max_workers": 0,
"stability_checks": 1,
"stability_interval_ms": 100,
"processed_files_db": "processed_files.txt",
"extensions": [
".nav", ".bsp", ".mdl", ".phy", ".vvd", ".vtf", ".vmt",
".wav", ".mp3", ".vtx", ".ani", ".dds", ".pcf", ".svg"
],
"multi_extensions": [
".dx80.vtx", ".dx90.vtx", ".sw.vtx"
],
"servers": [
{
"name": "Yourcssserver",
"source": "/home/ubuntu/cssserver/cstrike",
"destination": "/var/www/fastdl.example.com/fastdl/css",
"sftp": {
"enabled": true,
"host": "203.0.113.10",
"port": 22,
"username": "root",
"password": "your-password-here",
"remote_path": "/var/www/fastdl"
}
}
]
}