* Added machine model, and new database relations
* Added first centralized database config and added machine self-registration into db * Fix database migration with new database * Refactor
This commit is contained in:
@@ -8,7 +8,7 @@ using System.Threading;
|
||||
using System.Windows.Forms;
|
||||
using Step.Model;
|
||||
using TeamDev.SDK.MVVM;
|
||||
using static Step.Config.StartupConfig;
|
||||
using static Step.Config.ServerConfig;
|
||||
using static Step.Utils.Constants;
|
||||
using Step.Model.DTOModels;
|
||||
|
||||
@@ -23,8 +23,8 @@ namespace Step.UI
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
HomePageUI = "http://localhost:" + ServerConfig.ServerPort.ToString() + "/index.html";
|
||||
TestJSPageUI = "http://localhost:" + ServerConfig.ServerPort.ToString() + "/Testjavascript//index.html";
|
||||
HomePageUI = "http://localhost:" + ServerStartupConfig.ServerPort.ToString() + "/index.html";
|
||||
TestJSPageUI = "http://localhost:" + ServerStartupConfig.ServerPort.ToString() + "/Testjavascript//index.html";
|
||||
|
||||
InitializeMessageListeners();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user