diff --git a/IDIS_Server-SIM.exe b/IDIS_Server-SIM.exe new file mode 100644 index 0000000..a34567c Binary files /dev/null and b/IDIS_Server-SIM.exe differ diff --git a/appsettings.Development.json b/appsettings.Development.json new file mode 100644 index 0000000..0c208ae --- /dev/null +++ b/appsettings.Development.json @@ -0,0 +1,8 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + } +} diff --git a/appsettings.json b/appsettings.json new file mode 100644 index 0000000..e658cb9 --- /dev/null +++ b/appsettings.json @@ -0,0 +1,11 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "Urls": "http://+:5242", + "DefaultConnection":"server=server.bitfall.icu;port=3306;database=ifactory;uid=ifactory;password=JdBfKR2dxhm76Ss2", + "AllowedHosts": "*" +} diff --git a/aspnetcorev2_inprocess.dll b/aspnetcorev2_inprocess.dll new file mode 100644 index 0000000..0bd9569 Binary files /dev/null and b/aspnetcorev2_inprocess.dll differ diff --git a/e_sqlite3.dll b/e_sqlite3.dll new file mode 100644 index 0000000..cda8bbd Binary files /dev/null and b/e_sqlite3.dll differ diff --git a/sni.dll b/sni.dll new file mode 100644 index 0000000..5fc21ac Binary files /dev/null and b/sni.dll differ diff --git a/web.config b/web.config new file mode 100644 index 0000000..c7633cd --- /dev/null +++ b/web.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file