Skip to content

Instantly share code, notes, and snippets.

@jayanath
Created May 20, 2021 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jayanath/5b898174e67a1514d69874676897c917 to your computer and use it in GitHub Desktop.
Save jayanath/5b898174e67a1514d69874676897c917 to your computer and use it in GitHub Desktop.
commento env file
# DB setup for commento
COMMENTO_ORIGIN=https://commento.{YOUR-DOMAIN}
COMMENTO_POSTGRES=postgres://{USER}:{PASSWORD}@db:5432/commento?sslmode=disable
# SMTP setup
COMMENTO_SMTP_HOST=smtp.mailgun.org
COMMENTO_SMTP_PORT=587
COMMENTO_SMTP_USERNAME={MAILGUN_USER}
COMMENTO_SMTP_PASSWORD={MAILGUN_PW}
COMMENTO_SMTP_FROM_ADDRESS=no-reply@{YOUR_DOMAIN}
# Make sure to set this to true right after we register our admin user
#COMMENTO_FORBID_NEW_OWNERS=true
# Anti SPAM AKISMET
# COMMENTO_AKISMET_KEY={YOUR_API_KEY}
# OAuth keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment