initial commit

This commit is contained in:
HeiaSamahi
2018-12-12 11:46:29 +01:00
commit eb12f3cb41
43 changed files with 25172 additions and 0 deletions

3
shared/const.1.json Normal file
View File

@ -0,0 +1,3 @@
{
"ApplicationName" : "HIVE"
}

10
shared/const.json Normal file
View File

@ -0,0 +1,10 @@
{
"db": {
"name": "",
"synchro": {
"active": false,
"remote_url": "http://localhost:8080/"
}
},
"secret": "[Sensitive]"
}