Compare commits
No commits in common. "df14bd9d78992803c340f6c51fb4615708a0890e" and "11367e7ccc7ccc508a07f8adc0932318199272b6" have entirely different histories.
df14bd9d78
...
11367e7ccc
3
.gitignore
vendored
3
.gitignore
vendored
@ -5,4 +5,5 @@ obj/
|
|||||||
riderModule.iml
|
riderModule.iml
|
||||||
/_ReSharper.Caches/
|
/_ReSharper.Caches/
|
||||||
|
|
||||||
DigitalOps.Api/appsettings.Development.json
|
DigitalOps.Api/appsettings.Development.json
|
||||||
|
|
||||||
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user