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