mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
Update .env.sample (#8323)
This commit is contained in:
+2
-2
@@ -12,14 +12,14 @@ 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:5432/outline
|
DATABASE_URL=postgres://user:pass@postgres:5432/outline
|
||||||
DATABASE_CONNECTION_POOL_MIN=
|
DATABASE_CONNECTION_POOL_MIN=
|
||||||
DATABASE_CONNECTION_POOL_MAX=
|
DATABASE_CONNECTION_POOL_MAX=
|
||||||
# Uncomment this to disable SSL for connecting to Postgres
|
# Uncomment this to disable SSL for connecting to Postgres
|
||||||
# PGSSLMODE=disable
|
# PGSSLMODE=disable
|
||||||
|
|
||||||
# For redis you can either specify an ioredis compatible url like this
|
# For redis you can either specify an ioredis compatible url like this
|
||||||
REDIS_URL=redis://localhost:6379
|
REDIS_URL=redis://redis:6379
|
||||||
# or alternatively, if you would like to provide additional connection options,
|
# or alternatively, if you would like to provide additional connection options,
|
||||||
# use a base64 encoded JSON connection option object. Refer to the ioredis documentation
|
# use a base64 encoded JSON connection option object. Refer to the ioredis documentation
|
||||||
# for a list of available options.
|
# for a list of available options.
|
||||||
|
|||||||
Reference in New Issue
Block a user