diff --git a/.env.sample b/.env.sample new file mode 100644 index 0000000..1a70181 --- /dev/null +++ b/.env.sample @@ -0,0 +1,3 @@ +PORT=80 +STATIC_SERVE_FOLDER="../path/to/static/files" +LOG_FILE_REQUESTS="../path/to/log/all/requests.log"