mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
chore: Add default values for local development
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
URL=https://local.outline.dev:3000
|
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
|
SMTP_FROM_EMAIL=hello@example.com
|
||||||
|
|
||||||
# Enable unsafe-inline in script-src CSP directive
|
# Enable unsafe-inline in script-src CSP directive
|
||||||
|
|||||||
Reference in New Issue
Block a user