Skip to content

Commit

Permalink
chore: add missing environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Dec 22, 2023
1 parent 6b2a60a commit 1f74fe4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Next, create a `.env` file with the following content:

```bash
# General config
API_ENDPOINT=http://localhost:6789/v1
APP_URL=http://localhost:8080
LOGS_LEVEL=verbose

Expand All @@ -68,6 +69,7 @@ SMTP_AUTH_PASS=secret
SMTP_SENDER=Goodtok Info <[email protected]>

# Database and encryption config
# Create a new encryption key with cloack (https://cloack.47ng.com)
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
DATABASE_URL=postgresql://postgres:postgres@postgres:5432/goodtok
Expand Down

0 comments on commit 1f74fe4

Please sign in to comment.