Initial commit

This commit is contained in:
2019-11-05 23:23:54 +09:00
commit 8a85437853
12 changed files with 533 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"HTTPHost":"10.0.0.1",
"HTTPPort":"80",
"SqlDatabase":"dbname",
"SqlUser":"dbuser",
"SqlPassword":"dbpassword",
"SqlHost":"10.0.0.2",
"SqlPort":"5432"
}