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> /// <summary>
/// The internal url where the server will listen. It supports globing. /// The internal url where the server will listen. It supports globing.
/// </summary> /// </summary>
public string Url { get; set; } = new("http://*:5000"); public string Url { get; set; } = "http://*:5000";
/// <summary> /// <summary>
/// The public url that will be used in items response and in authentication server host. /// The public url that will be used in items response and in authentication server host.

View File

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