mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-06 05:04:27 +08:00
12 lines
241 B
YAML
12 lines
241 B
YAML
server:
|
|
host: "localhost"
|
|
apiport: "8081"
|
|
masterkey: "secretkey"
|
|
allowedorigin: "*"
|
|
restbackend: true
|
|
mongoconn:
|
|
user: "mongoadmin"
|
|
pass: "mongopass"
|
|
host: "localhost"
|
|
port: "27017"
|
|
opts: '/?authSource=admin'
|