mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
docs: add missing redis url variable in example env file (#348)
This commit is contained in:
@@ -66,6 +66,9 @@ DB_PORT=5432
|
|||||||
POSTGRES_PASSWORD=postgres
|
POSTGRES_PASSWORD=postgres
|
||||||
POSTGRES_USER=postgres
|
POSTGRES_USER=postgres
|
||||||
|
|
||||||
|
# Redis configuration
|
||||||
|
REDIS_URL=redis://localhost:6379/1
|
||||||
|
|
||||||
# App Domain
|
# App Domain
|
||||||
# This is the domain that your Sure instance will be hosted at. It is used to generate links in emails and other places.
|
# This is the domain that your Sure instance will be hosted at. It is used to generate links in emails and other places.
|
||||||
APP_DOMAIN=
|
APP_DOMAIN=
|
||||||
|
|||||||
Reference in New Issue
Block a user