mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-05 14:13:30 -04:00
add base files
This commit is contained in:
13
lib/config/router.go
Normal file
13
lib/config/router.go
Normal file
@ -0,0 +1,13 @@
|
||||
package config
|
||||
|
||||
// router.config options
|
||||
type RouterConfig struct {
|
||||
NetDbDir string
|
||||
|
||||
Bootstrap BootstrapConfig
|
||||
}
|
||||
|
||||
// defaults for router
|
||||
var Router = &RouterConfig{
|
||||
NetDbDir: "./netDb",
|
||||
}
|
Reference in New Issue
Block a user