mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2025-12-13 21:36:32 +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`
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue