add appsettings.json
This commit is contained in:
parent
3a9ebc00f5
commit
24654a32df
1 changed files with 8 additions and 0 deletions
8
Server/appsettings.json
Normal file
8
Server/appsettings.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"auth": {
|
||||
"port": 10001,
|
||||
"address": "127.0.0.1"
|
||||
},
|
||||
"logging":{
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue