23 lines
671 B
JSON
23 lines
671 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"Database": "User ID=postgres;Password=postgres;Database=streaming;Pooling=true;Host=127.0.0.1:5431"
|
|
},
|
|
"Config": {
|
|
"RtmpHost": "rtmp://localhost:1935",
|
|
"SrsHttpHost": "http://localhost:8080",
|
|
"SrsApiHost": "http://localhost:1985",
|
|
"DataHost": "http://localhost:5295/api/playlist/",
|
|
"App": "test",
|
|
"Relays": ["ws://localhost:8081"],
|
|
"PrivateKey": "nsec1yqtv8s8y9krh6l8pwp09lk2jkulr9e0klu95tlk7dgus9cklr4ssdv3d88"
|
|
}
|
|
}
|