mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-12 04:25:08 +08:00
15 lines
282 B
YAML
15 lines
282 B
YAML
|
server:
|
||
|
host: "localhost"
|
||
|
apiport: "8081"
|
||
|
grpcport: "50051"
|
||
|
masterkey: "secretkey"
|
||
|
allowedorigin: "*"
|
||
|
restbackend: true
|
||
|
agentbackend: true
|
||
|
mongoconn:
|
||
|
user: "mongoadmin"
|
||
|
pass: "mongopass"
|
||
|
host: "localhost"
|
||
|
port: "27017"
|
||
|
opts: '/?authSource=admin'
|