chore: initial commit
contains boilerplate code
This commit is contained in:
12
appsettings.example.json
Normal file
12
appsettings.example.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Server=SERVER-HOST;Database=DB-NAME;Username=DATABASE-USER;Password=USER-SECRET"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user