Compare commits
No commits in common. "11367e7ccc7ccc508a07f8adc0932318199272b6" and "df14bd9d78992803c340f6c51fb4615708a0890e" have entirely different histories.
11367e7ccc
...
df14bd9d78
3
.gitignore
vendored
3
.gitignore
vendored
@ -5,5 +5,4 @@ obj/
|
|||||||
riderModule.iml
|
riderModule.iml
|
||||||
/_ReSharper.Caches/
|
/_ReSharper.Caches/
|
||||||
|
|
||||||
DigitalOps.Api/appsettings.Development.json
|
DigitalOps.Api/appsettings.Development.json
|
||||||
|
|
14
DigitalOps.Api/appsettings.Development.json
Normal file
14
DigitalOps.Api/appsettings.Development.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"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