vipak/Settings.Mod
2019-05-11 22:21:55 +04:00

8 lines
No EOL
158 B
Modula-2

MODULE Settings;
CONST
packageFileName* = "VersionFile.json";
host* = "localhost";
port* = "80";
installPath* = "dependencies";
END Settings.