From 98d00a99be2953c30a3b56f08cd68d9cca32c962 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Thu, 12 Jan 2023 20:56:20 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 932642b75..1294df5c4 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ yarn start | Parameter | Default | Description | | -------------------- | ---------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | | NEXT_PUBLIC_BASE_URL | http://localhost:3000 | The hosting url of the server, used for creating links and making api calls from the client. | -| DATABASE_URL | postgres://postgres:postgres@rallly_db:5432/db | A postgres database URL. Leave out if using the docker-compose file since it will spin up and connect to its own database instance. | +| DATABASE_URL | - | A postgres database URL. Leave out if using the docker-compose file since it will spin up and connect to its own database instance. | | SECRET_PASSWORD | - | A long string (minimum 32 characters) that is used to encrypt session data. | | SUPPORT_EMAIL | - | An email address that will appear as the FROM email for all emails being sent out. | | SMTP_HOST | - | Host name of your SMTP server | @@ -75,7 +75,7 @@ If you would like to contribute to the development of the project please reach o ### Translators 🇫🇷 🇩🇪 🇮🇹 🇪🇸 -You can help translate Rallly to another language our [guide for translators](https://github.com/lukevella/rallly/wiki/Guide-for-translators). +You can help translate Rallly to another language by following our [guide for translators](https://github.com/lukevella/rallly/wiki/Guide-for-translators). ## License