sutty/.env.example

23 lines
508 B
Plaintext
Raw Normal View History

2020-02-06 16:11:17 +00:00
RAILS_ENV=
2018-02-27 00:03:10 +00:00
IMAP_SERVER=
DEFAULT_FROM=
2019-07-11 19:00:28 +00:00
SKEL_SUTTY=https://0xacab.org/sutty/skel.sutty.nl
2020-02-06 16:11:17 +00:00
SUTTY=sutty.local
SUTTY_WITH_PORT=sutty.local:3000
2019-07-26 00:36:33 +00:00
REDIS_SERVER=
REDIS_CLIENT=
2020-02-06 17:06:47 +00:00
# API authentication
HTTP_BASIC_USER=
HTTP_BASIC_PASSWORD=
2020-06-16 22:10:54 +00:00
# Blazer
2020-02-06 17:06:47 +00:00
BLAZER_DATABASE_URL=
BLAZER_SLACK_WEBHOOK_URL=
BLAZER_USERNAME=
BLAZER_PASSWORD=
2020-06-16 22:10:54 +00:00
# Guardar los formularios enviados como LogEntries
# @see Api::V1::ProtectedController
DEBUG_FORMS=
# Duración de la Cookie de invitade
# @see Api::V1::ProtectedController
COOKIE_DURATION=30