summaryrefslogtreecommitdiffstats
path: root/cfg
Commit message (Collapse)AuthorAgeFilesLines
* #981 Use 'Wants' for mysql systemd unit dependencyJose M. Guisado2021-07-271-1/+1
| | | | | | | | | | | Unnattended upgrades from Ubuntu can cause a stop and start of mysql service, this in turn makes ogserver go down. Avoid ogserver shutting down when mysql does. It's not necessary, ogserver can report if it can't connect to the database. 'Wants' declare a weak dependency as described in https://www.freedesktop.org/software/systemd/man/systemd.unit.html#Wants=
* #915 refresh SQL schemaOpenGnSys Support Team2021-02-091-4/+4
| | | | Bring updates from opengnsys repository.
* #915 Add default SQL schema for testsRoberto Hueso Gómez2020-10-071-0/+1171
| | | | | This schema is now adapted to work on this repository instead of the "OpenGnsys" general repository.
* #988 remove legacy configurationOpenGnSys Support Team2020-10-072-10/+2
| | | | | 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.
* #988 Update ogserver.service to use json config fileRoberto Hueso Gómez2020-10-061-1/+1
| | | | This is convenient for the ogServer to use the new config file.
* #988 remove legacy configuration fileOpenGnSys Support Team2020-10-051-0/+3
| | | | Add getopt parser and use json configuration file instead.
* #988 Add DB port option to ogserver.json config fileRoberto Hueso Gómez2020-07-101-0/+2
| | | | | This patch provides functionality to select a database port. It also adds a default IP for the database.
* #988 add json configuration fileRoberto Hueso Gómez2020-06-261-0/+15
| | | | New configuration file at /opt/opengnsys/cfg/ogserver.json
* #986 Rename configuration and systemd to ogserverJavier Sánchez Parra2020-06-192-0/+0
| | | | Step forward to rename all ogAdmServer references to ogServer
* #986 rename to ogserverOpenGnSys Support Team2020-06-191-2/+2
|
* #971 move configuration file to cfg folderOpenGnSys Support Team2020-06-182-0/+21