2021-11-25 15:34:19 +01:00
|
|
|
#https://docs.commento.io/configuration/backend/#configuration-file
|
|
|
|
|
|
|
|
# Set binding values
|
2021-11-25 17:55:33 +01:00
|
|
|
COMMENTO_ORIGIN=https://__DOMAIN__
|
2021-11-25 15:34:19 +01:00
|
|
|
COMMENTO_PORT=__PORT__
|
2023-03-02 11:55:22 +01:00
|
|
|
COMMENTO_STATIC=__INSTALL_DIR__
|
2021-11-25 15:34:19 +01:00
|
|
|
|
2022-03-15 21:43:09 +01:00
|
|
|
# Used to disable new dashboard registrations.
|
|
|
|
COMMENTO_FORBID_NEW_OWNERS=__ENABLE_REGISTRATIONS__
|
|
|
|
|
2021-11-25 15:34:19 +01:00
|
|
|
# Set PostgreSQL settings
|
|
|
|
COMMENTO_POSTGRES=postgres://__DB_USER__:__DB_PWD__@127.0.0.1:5432/__DB_NAME__?sslmode=disable
|
|
|
|
|
2022-03-03 18:31:40 +01:00
|
|
|
# If set to true, all static content will be served GZipped if the client's browser supports compression.
|
|
|
|
COMMENTO_GZIP_STATIC=false
|
|
|
|
|
2021-11-25 15:34:19 +01:00
|
|
|
# Set the SMTP credentials
|
2021-11-25 17:48:32 +01:00
|
|
|
#COMMENTO_SMTP_HOST=localhost
|
|
|
|
#COMMENTO_SMTP_PORT=25
|
|
|
|
#COMMENTO_SMTP_USERNAME=admin@__DOMAIN__
|
|
|
|
#COMMENTO_SMTP_PASSWORD=
|
|
|
|
#COMMENTO_SMTP_FROM_ADDRESS=no-reply@__DOMAIN__
|
2021-11-25 15:34:19 +01:00
|
|
|
|
2022-03-15 21:43:09 +01:00
|
|
|
# Akismet API key
|
|
|
|
COMMENTO_AKISMET_KEY=
|
|
|
|
|
2021-11-25 15:34:19 +01:00
|
|
|
# Set Google OAuth credentials
|
|
|
|
COMMENTO_GOOGLE_KEY=
|
2022-03-15 21:43:09 +01:00
|
|
|
COMMENTO_GOOGLE_SECRET=
|
|
|
|
|
|
|
|
# GitHub OAuth configuration
|
|
|
|
COMMENTO_GITHUB_KEY=
|
|
|
|
COMMENTO_GITHUB_SECRET=
|
|
|
|
|
|
|
|
# GitLab OAuth configuration
|
|
|
|
COMMENTO_GITLAB_KEY=
|
|
|
|
COMMENTO_GITLAB_SECRET=
|
|
|
|
|
|
|
|
# Twitter OAuth configuration
|
|
|
|
COMMENTO_TWITTER_KEY=
|
2022-03-03 18:31:40 +01:00
|
|
|
COMMENTO_TWITTER_SECRET=
|