1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/commento_ynh.git synced 2024-09-03 18:16:16 +02:00
commento_ynh/conf/.env
Éric Gaspar bef8538d4a v2
2023-03-02 11:55:22 +01:00

41 lines
1.1 KiB
Bash

#https://docs.commento.io/configuration/backend/#configuration-file
# Set binding values
COMMENTO_ORIGIN=https://__DOMAIN__
COMMENTO_PORT=__PORT__
COMMENTO_STATIC=__INSTALL_DIR__
# Used to disable new dashboard registrations.
COMMENTO_FORBID_NEW_OWNERS=__ENABLE_REGISTRATIONS__
# Set PostgreSQL settings
COMMENTO_POSTGRES=postgres://__DB_USER__:__DB_PWD__@127.0.0.1:5432/__DB_NAME__?sslmode=disable
# If set to true, all static content will be served GZipped if the client's browser supports compression.
COMMENTO_GZIP_STATIC=false
# Set the SMTP credentials
#COMMENTO_SMTP_HOST=localhost
#COMMENTO_SMTP_PORT=25
#COMMENTO_SMTP_USERNAME=admin@__DOMAIN__
#COMMENTO_SMTP_PASSWORD=
#COMMENTO_SMTP_FROM_ADDRESS=no-reply@__DOMAIN__
# Akismet API key
COMMENTO_AKISMET_KEY=
# Set Google OAuth credentials
COMMENTO_GOOGLE_KEY=
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=
COMMENTO_TWITTER_SECRET=