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