fix: .env.sample should use standard ports
This commit is contained in:
@@ -10,11 +10,11 @@ UTILS_SECRET=generate_a_new_key
|
|||||||
|
|
||||||
# For production point these at your databases, in development the default
|
# For production point these at your databases, in development the default
|
||||||
# should work out of the box.
|
# should work out of the box.
|
||||||
DATABASE_URL=postgres://user:pass@localhost:5532/outline
|
DATABASE_URL=postgres://user:pass@localhost:5432/outline
|
||||||
DATABASE_URL_TEST=postgres://user:pass@localhost:5532/outline-test
|
DATABASE_URL_TEST=postgres://user:pass@localhost:5432/outline-test
|
||||||
# Uncomment this to disable SSL for connecting to Postgres
|
# Uncomment this to disable SSL for connecting to Postgres
|
||||||
# PGSSLMODE=disable
|
# PGSSLMODE=disable
|
||||||
REDIS_URL=redis://localhost:6479
|
REDIS_URL=redis://localhost:6379
|
||||||
|
|
||||||
# URL should point to the fully qualified, publicly accessible URL. If using a
|
# URL should point to the fully qualified, publicly accessible URL. If using a
|
||||||
# proxy the port in URL and PORT may be different.
|
# proxy the port in URL and PORT may be different.
|
||||||
|
|||||||
Reference in New Issue
Block a user