inital commit of go version

This commit is contained in:
2017-12-12 19:12:14 +01:00
parent 194eee7fe1
commit bcdac1a8cb
5 changed files with 599 additions and 0 deletions

12
ledd.yaml Normal file
View File

@@ -0,0 +1,12 @@
name: TestDaemon
daemon:
frontend:
host: ""
port: 5635
backend:
host: ""
port: 5640
mongodb:
host: "127.0.0.1"
port: 27017
database: "ledd"