netmaker/test/config/environments/dev.yaml
2022-04-21 15:53:44 -04:00

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'