From 243e2f95ca728f48e1b6f3427fad21c053ae45a0 Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Fri, 12 Dec 2025 22:40:35 +0100 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4fab606..d7e47ea 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ All data is being removed 48hrs after they have reached the mail server. - `cd 48hr.email` - `npm i` - Change all settings to the desired values: - - Either use environmental variables, or modify `application/config.sample.js` (Rename to `config.js` after) - - For a list of values, check `application/config.sample.js`. + - Either use environmental variables, or modify `.env` (see `.env.example`) + - For a list of values, check `.env.example`. - `npm run start` - #### Service file example: @@ -90,7 +90,7 @@ WantedBy=multi-user.target - `git clone https://github.com/Crazyco-xyz/48hr.email.git` - `cd 48hr.email` - Change all settings to the desired values: - - Either use environmental variables, or modify `application/config.js` + - Either use environmental variables, or modify `.env`, see `.env.example` - `docker compose up -d` - If desired, you can also move the config file somewhere else (change volume mount accordingly)