Restore credentials in appsettings per owner decision
The committed connection strings, EmailSettings and seed-admin password are intentional configuration for this project, not a bug. docker-compose no longer requires env vars; deployment works exactly as before. The seeder stays config-driven (SeedAdmin block now committed), and env-var overrides remain available if ever wanted. bug-fixes.md updated to reclassify #15/#16. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -4,12 +4,5 @@
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Host=localhost;Database=sportsdivision;Username=postgres;Password=CHANGE_ME"
|
||||
},
|
||||
"SeedAdmin": {
|
||||
"Email": "admin@sportsdivision.dm",
|
||||
"Password": ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,5 +5,13 @@
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Host=74.50.64.180;Port=5432;Database=sportsdivision_db;Username=postgres;Password=rG4eX5vU8kD4jY5k"
|
||||
},
|
||||
"EmailSettings": {
|
||||
"GmailEmail": "pcgurudm@gmail.com",
|
||||
"GmailPassword": "bbux tqjo lubq utss",
|
||||
"DisplayName": "Sports Division"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,6 +7,15 @@
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": ""
|
||||
"DefaultConnection": "Host=localhost;Database=sportsdivision;Username=postgres;Password=aN5eM6zM0nX4nX9j"
|
||||
},
|
||||
"EmailSettings": {
|
||||
"GmailEmail": "pcgurudm@gmail.com",
|
||||
"GmailPassword": "bbux tqjo lubq utss",
|
||||
"DisplayName": "Sports Division"
|
||||
},
|
||||
"SeedAdmin": {
|
||||
"Email": "admin@sportsdivision.dm",
|
||||
"Password": "Admin@123!"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user