Develop
Compare changes
- Manuel Kieweg authored
Resolve "read config toml" See merge request cocsn/gosdn!25
+ 2
− 9
@@ -8,13 +8,6 @@ import (
@@ -8,13 +8,6 @@ import (
@@ -30,7 +23,7 @@ type Core struct {
@@ -30,7 +23,7 @@ type Core struct {
@@ -53,7 +46,7 @@ func (c Core) Init(socket, configfile string) {
@@ -53,7 +46,7 @@ func (c Core) Init(socket, configfile string) {
c.database = database.NewDatabaseClient(c.config.DatabaseSocket, c.config.DatabaseUser, c.config.DatabasePassword, c.config.DatabaseCrypto)