diff options
author | justanothercatgirl <sotov@twistea.su> | 2025-04-04 23:18:54 +0200 |
---|---|---|
committer | justanothercatgirl <sotov@twistea.su> | 2025-04-04 23:25:13 +0200 |
commit | a5137be09173ebe60e708e71e2162193338731a4 (patch) | |
tree | 2b70e2fb37de09ef69fcad101208f63fe9ad0811 /config.env.default | |
parent | 3ee36bbfe99c10c8b788ba80db8e4338913b818e (diff) |
Fixed makefile, added port config
Diffstat (limited to 'config.env.default')
-rw-r--r-- | config.env.default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.env.default b/config.env.default index 1af9713..c7a2bb3 100644 --- a/config.env.default +++ b/config.env.default @@ -1 +1,2 @@ HTTPHOSTNAME=http://localhost +HTTPPORT=8080 |