mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 19:07:48 +08:00
config ptrs
This commit is contained in:
parent
2d7f2473a5
commit
475ef0f032
@ -16,8 +16,8 @@ type Datastore struct {
|
||||
}
|
||||
|
||||
type Config struct {
|
||||
Identity Identity
|
||||
Datastore Datastore
|
||||
Identity *Identity
|
||||
Datastore *Datastore
|
||||
}
|
||||
|
||||
var defaultConfigFilePath = "~/.go-ipfs/config"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user