mirror of
https://github.com/outline/outline.git
synced 2025-03-14 10:07:11 +00:00
14 lines
412 B
Plaintext
14 lines
412 B
Plaintext
URL=https://local.outline.dev:3000
|
|
|
|
DATABASE_URL=postgres://user:pass@127.0.0.1:5432/outline
|
|
REDIS_URL=redis://127.0.0.1:6379
|
|
|
|
SMTP_FROM_EMAIL=hello@example.com
|
|
|
|
# Enable unsafe-inline in script-src CSP directive
|
|
# Setting it to true allows React dev tools add-on in Firefox to successfully detect the project
|
|
DEVELOPMENT_UNSAFE_INLINE_CSP=true
|
|
|
|
# Increase the log level to debug for development
|
|
LOG_LEVEL=debug
|