-
Notifications
You must be signed in to change notification settings - Fork 111
/
config_default.json
97 lines (72 loc) · 2.64 KB
/
config_default.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{"cgru_config":{
"":"This is a CGRU default config file",
"":"Describe your own configuration in 'config.json', it will be included last",
"":"To disable property you can just prefix it with '-'",
"include":["afanasy/config_default.json","config.json"],
"":"'OS_unix': Any UNIX (Linux, MacOSX) specific settings",
"":"'OS_windows': MS Windows specific settings",
"":"'OS_linux': Linix specific settings",
"":"'OS_macosx': MacOSX specific settings",
"":"Can be used globally for windows titles",
"-company":"CGRU-DEVEL",
"":"Keeper system tray icon",
"-tray_icon":"cgru-devel",
"":"Path where custom icons will be searched",
"-icons_path":"/cg/icons;/local/icons",
"":"Can be ; or : separated",
"":"Keeper menu custom path",
"-menu_path":"/cg/apps",
"":"Digest authentication realm",
"realm":"CGRU",
"":"To open location/shot in RULES:",
"-rules_url":"http://localhost/cgru/#/",
"":"By default it is disabled",
"projects_root":["/mnt/prj/","/projects/","/cgru/rules_root/"],
"-nuke_filenamefilter":true,
"open_folder_cmd":"openfolder \"@PATH@\"",
"open_terminal_cmd":"openterminal -e '@CMD@'",
"previewcmds":[
"Nuke|nuke -v \"@ARG@\"",
"Mplay|mplay \"@ARG@\"",
"Mplay *|mplay `dirname \"@ARG@\"`/*",
"DJV|djv_view \"@ARG@\"",
"IMDisplay|display \"@ARG@\"",
"XTerm Folder|cd `dirname @ARG@` && xterm"
],
"annotations":[
"APPROVED",
"FAILED"
],
"docs_url":"https://cgru.readthedocs.io",
"forum_url":"https://forum.cgru.info",
"":"Configure SMTP server to send emails from",
"email_smtp_server":"localhost",
"":"You can keep 'localhost', but configure machines with RULES server",
"":" and Afanasy 'events' service to have such service running",
"":"This command provided with CGRU and uses utilities/emailsend.py Python script",
"email_send_cmd":"emailsend",
"email_sender_address_host":"cgru.info",
"keeper_port":50999,
"keeper_port_https":50443,
"timeformat":"%a %d %b %H:%M.%S",
"":"'strftime' function format http://www.cplusplus.com/reference/clibrary/ctime/strftime",
"file_name_size_max":250,
"platforms":["linux","mac","windows"],
"OS_unix":{
"cmd_shell":"/bin/sh -c"
},
"OS_windows":{
"open_folder_cmd":"explorer \"@PATH@\"",
"cmd_shell":"cmd.exe /c",
"":"This is a paths map example (disabled)",
"":"Client:Server",
"-pathsmap":[
["//server/projects/","/mnt/prj/"]
],
"":"Client slashes direction plays no role, as it tries both slashes when searchs a path to replace.",
"":"But will replace with specified slashes, if unix slashes not forced (for Nuke, for example)."
},
"pswd_visor":"1832116180fdc61b64fd978401e462e9",
"pswd_god":"73bcaaa458bff0d27989ed331b68b64d",
"":""
}}