Commit 3ce1a2dc authored by drnull03's avatar drnull03

removed appsetting opps

parent 26def53f
bin/ bin/
obj/ obj/
appsettings.json
{
"ConnectionStrings": {
"DefaultConnection": "server=localhost;database=hiast_db;user=drnull;password=changetheworld;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment