Init
This commit is contained in:
20
NostrStreamer/appsettings.json
Normal file
20
NostrStreamer/appsettings.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"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": {
|
||||
"SrsPublicHost": "http://localhost:8080",
|
||||
"SrsApi": "http://localhost:1985",
|
||||
"App": "test",
|
||||
"Relays": ["ws://localhost:8081"],
|
||||
"PrivateKey": "nsec1yqtv8s8y9krh6l8pwp09lk2jkulr9e0klu95tlk7dgus9cklr4ssdv3d88"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user