Files
survey-beta/bin/Debug/appsettings.json
majed adel 61f06e474f Feat: dockerize the project with Dockerfile and docker-compose
- Added Dockerfile for containerizing the app.
- Created docker-compose.yml for managing services.
- Updated connection strings for Docker compatibility.
2025-03-13 08:50:35 -07:00

11 lines
282 B
JSON

{
"Jwt": {
"Key": "YourSuperSecretKeyYourSuperSecretKey",
"Issuer": "YourIssuer",
"Audience": "YourAudience"
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Database=SurveyBeta;Username=postgres;Password=MAJEDali645"
}
}