mirror of https://git.48k.eu/ogclient
Add virtual config example file
This file is an example of the configuration for an ogclient running in virtual mode.more_events
parent
147c890617
commit
80b7023ecb
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"opengnsys": {
|
||||
"ip": "192.168.2.2",
|
||||
"port": 8889,
|
||||
"log": "DEBUG",
|
||||
"mode": "virtual",
|
||||
"url": "https://127.0.0.1/opengnsys/varios/menubrowser.php",
|
||||
"url_log": "http://localhost/cgi-bin/httpd-log.sh"
|
||||
},
|
||||
"samba": {
|
||||
"activate": true,
|
||||
"user": "opengnsys",
|
||||
"pass": "og"
|
||||
},
|
||||
"vnc": {
|
||||
"activate": true,
|
||||
"pass": "ogvnc"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue