mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-10-29 01:32:38 -04:00
Cleaning up
This commit is contained in:
parent
53a9085727
commit
a0213d95f3
@ -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.
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user