Something works:D

This commit is contained in:
Ruben Shekspir 2019-05-11 21:51:55 +04:00
parent 1f1763abff
commit 173fd486fe
7 changed files with 80 additions and 64 deletions

View file

@ -2,5 +2,5 @@ MODULE Settings;
CONST
packageFileName* = "VersionFile.json";
host* = "localhost";
port* = "8000";
port* = "80";
END Settings.