Create appsettings.json

This commit is contained in:
Destructor 2024-03-18 22:18:53 +01:00 committed by GitHub
parent 45010095cd
commit 9bf6862925
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,8 @@
{
"IP": "0.0.0.0",
"Port": "30000",
"ModulePath": "./modules",
"DependencyPath": "./dependencies",
"ConfigurationPath": "./configurations",
"LogLevel": "None"
}