mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-14 13:44:37 +08:00
13 lines
262 B
YAML
13 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'
|