mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-03 21:54:49 -04:00
Cleaning up
This commit is contained in:
parent
53a9085727
commit
a0213d95f3
@ -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.
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"basics": {
|
||||
"url": "http://*:5000",
|
||||
"publicUrl": "http://localhost:5000",
|
||||
"publicUrl": "http://localhost:5000/",
|
||||
"pluginsPath": "plugins/",
|
||||
"transmuxPath": "cached/transmux",
|
||||
"transcodePath": "cached/transcode",
|
||||
|
Loading…
x
Reference in New Issue
Block a user