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.
This commit is contained in:
11
bin/Debug/appsettings.json
Normal file
11
bin/Debug/appsettings.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"Jwt": {
|
||||
"Key": "YourSuperSecretKeyYourSuperSecretKey",
|
||||
"Issuer": "YourIssuer",
|
||||
"Audience": "YourAudience"
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Host=localhost;Database=SurveyBeta;Username=postgres;Password=MAJEDali645"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user