-
-
Save jayanath/5b898174e67a1514d69874676897c917 to your computer and use it in GitHub Desktop.
commento env file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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