source: ogAgent-Git/src/cfg/ogagent.cfg

main 4.0.0
Last change on this file was f8563ec, checked in by Natalia Serrano <natalia.serrano@…>, 3 months ago

refs #1460 merge server modules

  • Property mode set to 100644
File size: 833 bytes
Line 
1[opengnsys]
2# Listen address & port of REST
3address=0.0.0.0
4port=8000
5
6# This is a comma separated list of paths where to look for modules to load
7#path=test_modules/server,more_modules/server
8
9# Remote OpenGnsys Service
10remote=https://192.168.2.1/opengnsys/rest
11# Alternate OpenGnsys Service (comment out to enable this option)
12#altremote=https://10.0.2.2/opengnsys/rest
13
14# Execution level (permitted operations): status, halt, full
15level=full
16
17# Log Level, if omitted, will be set to INFO
18log=DEBUG
19
20# Module specific
21# The sections must match the module name
22# This section will be passes on activation to module
23[ogAdmClient]
24#path=test_modules/server,more_modules/server
25
26remote={}://{}/opengnsys/rest
27log=DEBUG
28pathinterface=/opt/opengnsys/interfaceAdm
29urlMenu={}://{}/menu-browser
30urlMsg=http://localhost/cgi-bin/httpd-log.sh
Note: See TracBrowser for help on using the repository browser.