last readme update for new .env

This commit is contained in:
ClaraCrazy 2025-12-12 23:13:57 +01:00
parent 1f8cad55d4
commit fbe45c6804
No known key found for this signature in database
GPG key ID: EBBC896ACB497011

View file

@ -57,7 +57,6 @@ All data is being removed 48hrs after they have reached the mail server.
- `npm i`
- Change all settings to the desired values:
- Either use environmental variables, or modify `.env` (see `.env.example`)
- For a list of values, check `.env.example`.
- `npm run start`
- #### Service file example:
@ -68,8 +67,8 @@ After=network-online.target
[Service]
Type=exec
User=clara
Group=clara
User=user
Group=user
WorkingDirectory=/opt/48hr-email
ExecStart=npm run start