Add API listen port configuration
This commit is contained in:
7
PluralKit.API/ApiConfig.cs
Normal file
7
PluralKit.API/ApiConfig.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PluralKit.API
|
||||
{
|
||||
public class ApiConfig
|
||||
{
|
||||
public int Port { get; set; } = 5000;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user