Cleaning up

This commit is contained in:
Zoe Roux 2021-08-13 12:43:07 +02:00
parent 53a9085727
commit a0213d95f3
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ namespace Kyoo.Models.Options
/// <summary>
/// The internal url where the server will listen. It supports globing.
/// </summary>
public string Url { get; set; } = new("http://*:5000");
public string Url { get; set; } = "http://*:5000";
/// <summary>
/// The public url that will be used in items response and in authentication server host.

View File

@ -1,7 +1,7 @@
{
"basics": {
"url": "http://*:5000",
"publicUrl": "http://localhost:5000",
"publicUrl": "http://localhost:5000/",
"pluginsPath": "plugins/",
"transmuxPath": "cached/transmux",
"transcodePath": "cached/transcode",