..
This commit is contained in:
10
Models/AppSettings.cs
Normal file
10
Models/AppSettings.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace VNCServerList.Models
|
||||
{
|
||||
public class AppSettings
|
||||
{
|
||||
public string VNCViewerPath { get; set; } = @"C:\Program Files\TightVNC\tvnviewer.exe";
|
||||
public int WebServerPort { get; set; } = 8080;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user