OpenGnSys Support Team
5e21716afb
cfg: add samba configuration and use it in ogrelive template
...
add samba credentials to ogserver.json
"samba" : {
"user" : "og",
"pass" : "test"
}
and use it in ogrelive template.
2024-12-12 16:05:55 +01:00
OpenGnSys Support Team
fe1ce97c50
#988 remove legacy configuration
...
Use og_server_cfg everywhere. Convert port to string to make it easy for the
dbi API since it expects a string. Remove legacy example configuration file.
2020-10-07 11:17:00 +02:00
OpenGnSys Support Team
7500700777
#988 remove legacy configuration file
...
Add getopt parser and use json configuration file instead.
2020-10-05 14:49:17 +02:00
Roberto Hueso Gómez
0631b0e8e6
#988 Add DB port option to ogserver.json config file
...
This patch provides functionality to select a database port. It also adds a
default IP for the database.
2020-07-10 16:21:58 +02:00
Roberto Hueso Gómez
866b6c5e37
#988 add json configuration file
...
New configuration file at /opt/opengnsys/cfg/ogserver.json
2020-06-26 14:55:23 +02:00