Mercurial > libervia-backend
comparison src/bridge/bridge_constructor/bridge_template.ini @ 365:efbfccfed623
core: local_dir moved to config file
- ~/.sat.conf added to potential config file location
- removed useless profile param from getConfig
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 18 Jun 2011 17:56:59 +0200 |
parents | 312ca6f9d84a |
children | 3ea41a199b36 |
comparison
equal
deleted
inserted
replaced
364:312ca6f9d84a | 365:efbfccfed623 |
---|---|
321 doc_param_2=%(doc_profile_key)s | 321 doc_param_2=%(doc_profile_key)s |
322 | 322 |
323 [getConfig] | 323 [getConfig] |
324 type=method | 324 type=method |
325 category=communication | 325 category=communication |
326 sig_in=sss | 326 sig_in=ss |
327 sig_out=s | 327 sig_out=s |
328 param_2_default='@DEFAULT@' | |
329 doc=get main configuration option | 328 doc=get main configuration option |
330 doc_param_0=section: section of the configuration file (empty string for DEFAULT) | 329 doc_param_0=section: section of the configuration file (empty string for DEFAULT) |
331 doc_param_1=name: name of the option | 330 doc_param_1=name: name of the option |
332 doc_param_2=%(doc_profile_key)s | |
333 | 331 |
334 [setParam] | 332 [setParam] |
335 type=method | 333 type=method |
336 category=communication | 334 category=communication |
337 sig_in=ssss | 335 sig_in=ssss |