-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
executable file
·66 lines (66 loc) · 1.68 KB
/
config.xml
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
<?xml version='1.0' encoding='utf-8'?>
<config>
<project>PROJECT NAME</project>
<environment>DEV</environment>
<debug>True</debug>
<database>database</database>
<username>user</username>
<password>password</password>
<ftpUser>user</ftpUser>
<ftpPassword>password</ftpPassword>
<emailfrom>"modfilms.net" <[email protected]></emailfrom>
<ftpdropbox>/tmp/dropbox</ftpdropbox>
<smtpserver>mail.iinet.net.au</smtpserver>
<httpServer>trac.modfilms.com</httpServer>
<ftpServer>trac.modfilms.com</ftpServer>
<platesXML>/home/www/plates/plates.xml</platesXML>
<platesHTML>/home/www/plates/index.html</platesHTML>
<publishPrefix>/backup/realmedia/sanc/sanc_post_production/sanc_preview</publishPrefix>
<urlPrefix>http://trac.modfilms.com:7861/realmedia/sanc/sanc_post_production/sanc_preview</urlPrefix>
<tracRendersEnv>/home/www-apps/trac/shots</tracRendersEnv>
<tracShotsEnv>/home/www-apps/trac/shots</tracShotsEnv>
<tracMailRecipients>['trac@chief']</tracMailRecipients>
<frameRate>25</frameRate>
<proxyWidth>720</proxyWidth>
<proxyHeight>405</proxyHeight>
<regexIgnore>[
'^\.in\.',
'^\.tmp\.',
'^\._',
'^\.DS_Store',
'\.jpeg$',
'\.jpg$',
'\.tiff$'
]</regexIgnore>
<ftpFoldersDisplay>['/iaa/inbound','/iaa/outbound']</ftpFoldersDisplay>
<ftpFoldersWhiteList>['/']</ftpFoldersWhiteList>
<ftpFoldersBlackList>['/Maya','/DEBUG']</ftpFoldersBlackList>
<adminUser>['michela']</adminUser>
<disciplines>[
'anim',
'animation',
'roto',
'rotoscoping',
'comp',
'test',
'previs',
'previz',
'postvis',
'postviz',
'plate',
'plates',
'3d',
'2d',
'track',
'matte',
'motion_tracking',
'tracking',
'motiontracking',
'particles',
'fx',
'ui',
'ui_graphics',
'motion_graphics'
]
</disciplines>
</config>