]> SALOME platform Git repositories - tools/sat.git/blob - data/site.pyconf
Salome HOME
Only load product config of the products that are in the application. If no applicati...
[tools/sat.git] / data / site.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 SITE :
5 {   
6     base : $USER.workdir + $VARS.sep + "BASE"
7     test :{
8            tmp_dir_with_application : '/tmp' + $VARS.sep + $VARS.user + $VARS.sep + $APPLICATION.name + $VARS.sep + 'test'
9            tmp_dir : '/tmp' + $VARS.sep + $VARS.user + $VARS.sep + 'test'
10            timeout : 150
11            }
12 }
13
14 PROJECTS :
15 {
16 project_file_paths : 
17 [
18 ]
19 }