-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_conf_template.txt
28 lines (28 loc) · 1.2 KB
/
ext_conf_template.txt
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
configuration {
# cat=configuration; type=string; label=CSV of Database Tables to sync (Wildcards e.g. "cf_*" also supported)
databaseTables = pages,tt_content
# cat=configuration; type=string; label=CSV of Database Tables to exlude (if databaseTables if empty) (Wildcards e.g. "cf_*" also supported)
excludeDatabaseTables =
# cat=configuration; type=string; label=CSV of files/folders to sync
syncFiles = public/fileadmin/user_upload
}
sourceNode {
# cat=sourceNode; type=boolean; label=Is this a local Node
local = 1
# cat=sourceNode; type=string; label=Connection for Remote Node (<user>@<host>)
connection =
# cat=sourceNode; type=string; label=Full Path to TYPO3 console bin (e.g. /var/www/html/bin/typo3cms)
bin =
# cat=sourceNode; type=string; label=Base Path for sync
basePath =
}
targetNode {
# cat=targetNode; type=boolean; label=Is this a local Node
local = 0
# cat=targetNode; type=string; label=Connection for Remote Node (<user>@<host>)
connection =
# cat=targetNode; type=string; label=Full Path to TYPO3 console bin (e.g. /var/www/html/bin/typo3cms)
bin =
# cat=targetNode; type=string; label=Base Path for sync
basePath =
}