This repository has been archived on 2022-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
outline/.env.sample

22 lines
623 B
Plaintext
Raw Normal View History

2017-04-24 03:12:53 +00:00
# Copy this file to .env, remove this comment and change the keys
2017-10-30 07:26:45 +00:00
#
2017-11-10 23:24:29 +00:00
# Please use `openssl rand -hex 32` to create SECRET_KEY
2017-04-24 03:12:53 +00:00
2017-11-09 08:20:22 +00:00
DATABASE_URL=postgres://user:pass@example.com:5432/outline
DATABASE_URL_TEST=postgres://user:pass@example.com:5432/outline-test
2017-11-10 23:24:29 +00:00
SECRET_KEY=F0E5AD933D7F6FD8F4DBB3E038C501C052DC0593C686D21ACB30AE205D2F634B
2017-04-24 03:12:53 +00:00
PORT=3000
REDIS_URL=redis://localhost:6379
SLACK_KEY=71315967491.XXXXXXXXXX
SLACK_SECRET=d2dc414f9953226bad0a356c794XXXXX
URL=http://localhost:3000
DEPLOYMENT=hosted
2017-11-10 23:24:29 +00:00
ENABLE_UPDATES=true
2017-11-09 08:01:02 +00:00
GOOGLE_ANALYTICS_ID=
SMTP_HOST=
SMTP_PORT=
SMTP_USERNAME=
SMTP_PASSWORD=
2017-11-13 01:27:51 +00:00
SMTP_SENDER_EMAIL=
SMTP_REPLY_TO=