reworking git structure
All checks were successful
Build and Push Docker Image / docker (push) Successful in 48s
All checks were successful
Build and Push Docker Image / docker (push) Successful in 48s
This commit is contained in:
15
appsettings.json
Normal file
15
appsettings.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"Database": {
|
||||
"Provider": "Postgres"
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Host=db;Port=5432;Database=db;Username=user"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user