add appsettings.json

This commit is contained in:
Timothy Schenk 2022-12-31 14:28:24 +01:00
parent 3a9ebc00f5
commit 24654a32df

8
Server/appsettings.json Normal file
View file

@ -0,0 +1,8 @@
{
"auth": {
"port": 10001,
"address": "127.0.0.1"
},
"logging":{
}
}