]> SALOME platform Git repositories - tools/sat.git/blob - data/site.pyconf
Salome HOME
Add software read in config
[tools/sat.git] / data / site.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 SITE :
5 {   
6     config : 
7     {
8         configPath : ["/home/salome/SPN_PRIVATE/sat5dev_Applications"]
9         copy_prefix : "LOCAL_"
10     }
11     prepare :
12     {
13         default_git_server : "http://default.git"
14         default_git_server_dev : "http://default_dev.git"
15         archive_dir : "/home/salome/ETC"
16         cvs_dir : "/test"
17         default_cvs_server : "http://default.cvs"
18     }
19 }
20