- Added Dockerfile for containerizing the app. - Created docker-compose.yml for managing services. - Updated connection strings for Docker compatibility.
11 lines
282 B
JSON
11 lines
282 B
JSON
{
|
|
"Jwt": {
|
|
"Key": "YourSuperSecretKeyYourSuperSecretKey",
|
|
"Issuer": "YourIssuer",
|
|
"Audience": "YourAudience"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;Database=SurveyBeta;Username=postgres;Password=MAJEDali645"
|
|
}
|
|
} |