From 1f74fe478e74b30fd66432fe4c1893cce6435d0b Mon Sep 17 00:00:00 2001 From: Pedro Sanders Date: Thu, 21 Dec 2023 20:16:31 -0500 Subject: [PATCH] chore: add missing environment variable --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d525d40..825ee95 100644 --- a/README.md +++ b/README.md @@ -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 @@ -68,6 +69,7 @@ SMTP_AUTH_PASS=secret SMTP_SENDER=Goodtok Info # 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