Last change
on this file since b29b2eb was
80b7023,
checked in by Roberto Hueso Gómez <rhueso@…>, 5 years ago
|
Add virtual config example file
This file is an example of the configuration for an ogclient running in virtual
mode.
|
-
Property mode set to
100644
|
File size:
343 bytes
|
Line | |
---|
1 | { |
---|
2 | "opengnsys": { |
---|
3 | "ip": "192.168.2.2", |
---|
4 | "port": 8889, |
---|
5 | "log": "DEBUG", |
---|
6 | "mode": "virtual", |
---|
7 | "url": "https://127.0.0.1/opengnsys/varios/menubrowser.php", |
---|
8 | "url_log": "http://localhost/cgi-bin/httpd-log.sh" |
---|
9 | }, |
---|
10 | "samba": { |
---|
11 | "activate": true, |
---|
12 | "user": "opengnsys", |
---|
13 | "pass": "og" |
---|
14 | }, |
---|
15 | "vnc": { |
---|
16 | "activate": true, |
---|
17 | "pass": "ogvnc" |
---|
18 | } |
---|
19 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.