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