Delete User Test

This commit is contained in:
Matthew R Kasun
2021-04-28 13:49:24 -04:00
parent 3a702ab3f5
commit 97119f86f1
3 changed files with 75 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
server:
host: "localhost"
apiport: "8081"
grpcport: "50051"
masterkey: "secretkey"
allowedorigin: "*"
restbackend: true
agentbackend: true
defaultnetname: "default"
defaultnetrange: "10.10.10.0/24"
createdefault: true
mongoconn:
user: "mongoadmin"
pass: "mongopass"
host: "localhost"
port: "27017"
opts: '/?authSource=admin'