mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Remove deployment application settings from git.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -449,3 +449,5 @@ Marechai/wwwroot/assets/**/*.tif
|
||||
Marechai/wwwroot/assets/**/*.jpg
|
||||
Marechai/wwwroot/assets/**/*.tiff
|
||||
Marechai/wwwroot/assets/**/*.webp
|
||||
appsettings.Development.json
|
||||
appsettings.Production.json
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"Logging": {
|
||||
"IncludeScopes": false,
|
||||
"LogLevel": {
|
||||
"Default": "Debug",
|
||||
"System": "Information",
|
||||
"Microsoft": "Information"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,4 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "server=zeus.claunia.com;port=3306;user=marechai;password=marechaipass;database=marechai;TreatTinyAsBoolean=false"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
|
||||
Reference in New Issue
Block a user