add .env example

This commit is contained in:
Jurgis Sakalauskas
2022-12-05 17:38:31 +02:00
parent c2f192917b
commit 59a69642da
+3
View File
@@ -0,0 +1,3 @@
PORT=80
STATIC_SERVE_FOLDER="../path/to/static/files"
LOG_FILE_REQUESTS="../path/to/log/all/requests.log"