mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
6 lines
No EOL
122 B
Modula-2
6 lines
No EOL
122 B
Modula-2
MODULE Settings;
|
|
CONST
|
|
packageFileName* = "VersionFile.json";
|
|
host* = "localhost";
|
|
port* = "80";
|
|
END Settings. |