-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_default.json
67 lines (49 loc) · 2.04 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
{"cgru_config":{
"":"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",
"":"Digest authentication realm",
"realm":"CGRU",
"OS_unix":{
"cmd_shell":"/bin/sh -c"
},
"OS_windows":{
"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)."
},
"platforms":["linux","mac","windows"],
"":"To open shot in RULES:",
"rules_url":"http://rules:55555/#/",
"rules_projects":["/mnt/prj/","/projects/"],
"rules_scenes":["/nuke/","/work/"],
"":"It will cut projects and all after scenes:",
"":"Example: /mnt/prj/PROJECT/SCENES/SCENE/SHOT/work/script.nk",
"":"Result: http://rules:55555/#/PROJECT/SCENES/SCENE/SHOT",
"-nuke_filenamefilter":true,
"previewcmds":["nuke -v \"@ARG@\"","imf_disp \"@ARG@\"","mplay \"@ARG@\""],
"docs_host":"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,
"timeformat":"%a %d %b %H:%M.%S",
"":"'strftime' function format http://www.cplusplus.com/reference/clibrary/ctime/strftime",
"filenamesizemax":250,
"pswd_visor":"1832116180fdc61b64fd978401e462e9",
"pswd_god":"73bcaaa458bff0d27989ed331b68b64d",
"":""
}}