netmaker/test/config/environments/dev.yaml
2023-02-20 02:22:48 -07:00

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'