mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2025-12-14 05:46:33 +01:00
last readme update for new .env
This commit is contained in:
parent
1f8cad55d4
commit
fbe45c6804
1 changed files with 2 additions and 3 deletions
|
|
@ -57,7 +57,6 @@ All data is being removed 48hrs after they have reached the mail server.
|
||||||
- `npm i`
|
- `npm i`
|
||||||
- Change all settings to the desired values:
|
- Change all settings to the desired values:
|
||||||
- Either use environmental variables, or modify `.env` (see `.env.example`)
|
- Either use environmental variables, or modify `.env` (see `.env.example`)
|
||||||
- For a list of values, check `.env.example`.
|
|
||||||
- `npm run start`
|
- `npm run start`
|
||||||
|
|
||||||
- #### Service file example:
|
- #### Service file example:
|
||||||
|
|
@ -68,8 +67,8 @@ After=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=exec
|
Type=exec
|
||||||
User=clara
|
User=user
|
||||||
Group=clara
|
Group=user
|
||||||
|
|
||||||
WorkingDirectory=/opt/48hr-email
|
WorkingDirectory=/opt/48hr-email
|
||||||
ExecStart=npm run start
|
ExecStart=npm run start
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue