Skip to content
Snippets Groups Projects

Use SPF Viper for configuration

7 files
+ 230
48
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 4
5
CliSocket = "localhost:55055"
DatabaseSocket = "bolt://172.17.0.4:7687"
DatabaseUser = ""
DatabasePassword = ""
DatabaseCrypto = false
ConfigPath = "./configs/gosdn.toml"
db.socket = "bolt://172.17.0.4:7687"
db.user = ""
db.password = ""
db.crypto = false
Loading