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

browser-nuevoexec-ogbrowserfix-urllog-sess-lenmainno-tlsoggitoggit-notlstls-again 5.1.0
Last change on this file since a13765a was 27a6f2b, checked in by Natalia Serrano <natalia.serrano@…>, 4 weeks ago

refs #1940 fix path to cert files on windows

  • Property mode set to 100644
File size: 1.1 KB
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# TLS
21ca=C:\Program Files (x86)\OGagent\ca.crt
22crt=C:\Program Files (x86)\OGagent\ogagent.crt
23key=C:\Program Files (x86)\OGagent\ogagent.key
24
25
26# Module specific
27# The sections must match the module name
28# This section will be passes on activation to module
29[ogAdmClient]
30#path=test_modules/server,more_modules/server
31
32remote={}://{}/opengnsys/rest
33log=DEBUG
34pathinterface=/opt/opengnsys/interfaceAdm
35urlMenu={}://{}/menu-browser
36urlMsg=http://localhost/cgi-bin/httpd-log.sh
37
38# TLS
39ca=/opt/opengnsys/etc/ca.crt
40crt=/opt/opengnsys/etc/ogagent.crt
41key=/opt/opengnsys/etc/ogagent.key
Note: See TracBrowser for help on using the repository browser.