Commit be54b8da5a8c21754463f8c301d74353d739e1d2
1 parent
c8b0242a
Exists in
SpeasyGet
Fix config for speasy proxy data dir
Showing
2 changed files
with
6 additions
and
0 deletions
Show diff stats
config/AMDAIntegrationConfig.php
... | ... | @@ -41,6 +41,7 @@ define('KERNEL_BUILD_TYPE', $config['KERNEL_BUILD_TYPE']); |
41 | 41 | define('AMDA_KERNEL_DIR', $config['AMDA_KERNEL_DIR']); |
42 | 42 | define('IHM_SRC_DIR', $config['IHM_SRC_DIR']); |
43 | 43 | define('SPEASY_PROXY_URL', $config['SPEASY_PROXY_URL']); |
44 | +define('SPEASY_PROXY_DATA', $config['SPEASY_PROXY_DATA']); | |
44 | 45 | |
45 | 46 | define('GCC_BASE_DIR', TOOLS_BASE_DIR.'/gcc/4.7.2/rtf'); |
46 | 47 | define('BOOST_BASE_DIR', TOOLS_BASE_DIR.'/gcc/4.7.2/boost'); |
... | ... | @@ -49,6 +50,8 @@ define('DDRES_DIR',__DIR__.'/kernel'); |
49 | 50 | define('AMDA_KERNEL_SRC_DIR', AMDA_KERNEL_DIR.'/src'); |
50 | 51 | define('AMDA_KERNEL_BUILD_DIR', AMDA_KERNEL_DIR.'/build/'.KERNEL_BUILD_TYPE); |
51 | 52 | |
53 | + | |
54 | + | |
52 | 55 | //Path to AMDA_Integration source dir |
53 | 56 | if (defined('INTEGRATION_BASE_PATH')) { |
54 | 57 | define('INTEGRATION_SRC_DIR', INTEGRATION_BASE_PATH.'/src/'); |
... | ... |
config/current.env.template
... | ... | @@ -16,3 +16,6 @@ AMDA_KERNEL_DIR='{:AMDA_KERNEL_DIR:}' |
16 | 16 | ;Path to AMDA_IHM base dir |
17 | 17 | IHM_SRC_DIR='{:IHM_SRC_DIR:}' |
18 | 18 | |
19 | +;Config for SpeasyGet | |
20 | +SPEASY_PROXY_URL='{:SPEASY_PROXY_URL:}' | |
21 | +SPEASY_PROXY_DATA='{:SPEASY_PROXY_DATA:}' | |
19 | 22 | \ No newline at end of file |
... | ... |