first commit

This commit is contained in:
afeiszli
2021-03-25 12:17:52 -04:00
commit 0bacbd9f6c
56 changed files with 9205 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
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'