karrot/.env.sample

28 lines
589 B
Plaintext
Raw Normal View History

2022-09-25 10:26:49 +00:00
TYPE=karrot
2022-09-25 10:07:30 +00:00
2022-09-25 10:26:49 +00:00
DOMAIN=karrot.example.com
2022-09-25 12:15:22 +00:00
# account id for maxmind (for GeoIP)
MAXMIND_ACCOUNT_ID=
# License key for maxmind
MAXMIND_LICENSE_KEY=
2022-09-25 10:07:30 +00:00
2022-09-30 15:16:26 +00:00
SITE_NAME=karrot dev
SITE_LOGO=https://user-images.githubusercontent.com/31616/36565633-517373a4-1821-11e8-9948-5bf6887c667e.png
# postal,smtp,console
EMAIL_BACKEND=console
# only set those when using SMTP
#EMAIL_FROM=
# SMTP USER and EMAIL_FROM are usually the same
#SMTP_USER=
#SMTP_PASSWORD=
#SMTP_HOST=
#SMTP_USE_SLL=
#SMTP_USE_TLS=TRUE
#SMTP_PORT=587
2022-09-25 10:07:30 +00:00
2022-09-25 17:24:23 +00:00
SECRET_DB_PASSWORD_VERSION=v1
2022-09-30 15:16:26 +00:00
SITE_URL=https://${DOMAIN}
LETS_ENCRYPT_ENV=production