* Fixed webapi auth
* WIP signalauth * Fist commit server config
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Step.Model.ConfigModels
|
||||
{
|
||||
public class GenericConfigModel
|
||||
{
|
||||
public string Language { get; set; }
|
||||
public int ServerPort { get; set; }
|
||||
public int NcVendor { get; set; }
|
||||
public int NcPort { get; set; }
|
||||
public string NcIpAddress { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user