mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
Code is written, nothing works
This commit is contained in:
parent
7a05c9b3e8
commit
344c0f0aa7
10 changed files with 176 additions and 42 deletions
6
Settings.Mod
Normal file
6
Settings.Mod
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
MODULE Settings;
|
||||
CONST
|
||||
packageFileName* = "VersionFile.json";
|
||||
host* = "localhost";
|
||||
port* = "8000";
|
||||
END Settings.
|
||||
Loading…
Add table
Add a link
Reference in a new issue