source: admin/Sources/Clients/ogagent/src/cfg/ogagent.cfg @ 4aef4e8

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Last change on this file since 4aef4e8 was 3f59ea6, checked in by Ramón M. Gómez <ramongomez@…>, 6 years ago

#877: OGAgent can connect to an alternate server, and fixing some Python code cleanup.

  • Property mode set to 100644
File size: 598 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
7path=test_modules/server
8
9# Remote OpenGnsys Service
10remote=https://192.168.2.10/opengnsys/rest
11# Alternate OpenGnsys Service (comment out to enable this option)
12#altremote=https://10.0.2.2/opengnsys/rest
13
14# Log Level, if ommited, will be set to INFO
15log=DEBUG
16
17# Module specific
18# The sections must match the module name
19# This section will be passes on activation to module
20#[Sample1]
21#value1=Mariete
22#value2=Yo
23#remote=https://172.27.0.1:9999/rest
Note: See TracBrowser for help on using the repository browser.