diff --git a/.env.example b/.env.example index 279627a..efadecd 100644 --- a/.env.example +++ b/.env.example @@ -1 +1,5 @@ -DOMAIN=https://i.example.com/ \ No newline at end of file +# Domain where we server files from, not where we upload files to +DOMAIN=https://i.example.com/ + +# Path to the directory where we store files +UPLOAD_FOLDER=/Uploads \ No newline at end of file