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