docs(readme): updated readme
This commit is contained in:
parent
51c8a7f7fa
commit
cb354ca7b2
|
@ -6,7 +6,7 @@ The source can be found in `src` and the docs in `API.md`.
|
||||||
## Running
|
## Running
|
||||||
You can run the server with the following command:
|
You can run the server with the following command:
|
||||||
```
|
```
|
||||||
export DATABASE_URL=mysql://user:password@host/database
|
export DATABASE_URL=postgres://user:password@host/database
|
||||||
export SMTP_HOST_URL=smtp.yourmailserver.tld
|
export SMTP_HOST_URL=smtp.yourmailserver.tld
|
||||||
export SMTP_USER=accounts@yourdomain.tld
|
export SMTP_USER=accounts@yourdomain.tld
|
||||||
export SMTP_PASSWORD=password
|
export SMTP_PASSWORD=password
|
||||||
|
|
Loading…
Reference in New Issue