Compare commits

...

No commits in common. "df14bd9d78992803c340f6c51fb4615708a0890e" and "11367e7ccc7ccc508a07f8adc0932318199272b6" have entirely different histories.

2 changed files with 2 additions and 15 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ riderModule.iml
/_ReSharper.Caches/
DigitalOps.Api/appsettings.Development.json

View File

@ -1,14 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Database": {
"ConnectionString": "Host=workstation;Port=5432;Database=digital-operations;Username=planb;Password=-mbd2018-"
},
"JwtBearer": {
"Authority": "https://login-planb.openharbor.io/realms/digital-ops"
}
}