netmaker/test/config/environments/dev.yaml

15 lines
282 B
YAML
Raw Normal View History

2021-04-01 23:01:06 +08:00
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'