mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
Update README.md
This commit is contained in:
parent
e5ebf87390
commit
98d00a99be
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue