kunkliricsi
5b42ce9f43
Added Enviroment variable support Addes baseUrl variable for live services Included default env variables in docker-compose.yml Updated sql and nodejs versions
48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Secret": "7vj.3KW.hYE!}4u6",
|
|
// "LocalDbConnectionString": "Data Source=DESKTOP-3600\\SQLEXPRESS;Initial Catalog=birdmap;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
|
|
//"LocalDbConnectionString": "Data Source=DESKTOP-3600;Initial Catalog=birdmap;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
|
|
"LocalDbConnectionString": "Data Source=db;Initial Catalog=birdmap;User=sa;Password=RPSsql12345",
|
|
"Defaults": {
|
|
"Services": {
|
|
"Local Database": "https://localhost:44331/health",
|
|
"KMLabz Services": "https://birb.k8s.kmlabz.com/devices"
|
|
},
|
|
"Users": [
|
|
{
|
|
"Name": "admin",
|
|
"Password": "pass",
|
|
"Role": "Admin"
|
|
},
|
|
{
|
|
"Name": "user",
|
|
"Password": "pass",
|
|
"Role": "User"
|
|
}
|
|
]
|
|
},
|
|
"UseDummyServices": true,
|
|
"ServicesBaseUrl": "https://birb.k8s.kmlabz.com/",
|
|
"Mqtt": {
|
|
"BrokerHostSettings": {
|
|
"Host": "localhost",
|
|
"Port": 1883
|
|
},
|
|
|
|
"ClientSettings": {
|
|
"Id": "ASP.NET Core client",
|
|
"Username": "username",
|
|
"Password": "password",
|
|
"Topic": "devices/output"
|
|
}
|
|
}
|
|
}
|