Files
zap-stream-api/NostrStreamer/appsettings.json
2023-08-01 11:25:31 +01:00

37 lines
1.2 KiB
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning",
"System.Net.Http.HttpClient": "Error"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Database": "User ID=postgres;Password=postgres;Database=streaming;Pooling=true;Host=127.0.0.1:5431"
},
"Config": {
"RtmpHost": "rtmp://localhost:9005",
"SrsHttpHost": "http://localhost:9003",
"SrsApiHost": "http://localhost:9002",
"DataHost": "http://localhost:5295/api/playlist/",
"ApiHost": "http://localhost:5295",
"Relays": [
"ws://localhost:8081"
],
"PrivateKey": "nsec1yqtv8s8y9krh6l8pwp09lk2jkulr9e0klu95tlk7dgus9cklr4ssdv3d88",
"Lnd": {
"Endpoint": "https://localhost:10002",
"CertPath": "/Users/kieran/.polar/networks/1/volumes/lnd/bob/tls.cert",
"MacaroonPath": "/Users/kieran/.polar/networks/1/volumes/lnd/bob/data/chain/bitcoin/regtest/admin.macaroon"
},
"DvrStore": {
"ServiceUrl": "http://localhost:9010",
"AccessKey": "TQcxug1ZAXfnZ5bvc9n5",
"SecretKey": "p7EK4qew6DBkBPqrpRPuJgTOc6ChUlfIcEdAwE7K",
"PublicHost": "http://localhost:9010"
}
}
}