mirror of
https://github.com/YunoHost-Apps/commento_ynh.git
synced 2024-09-03 18:16:16 +02:00
Update .env
This commit is contained in:
parent
b412fb2fdd
commit
44d328c16f
1 changed files with 19 additions and 1 deletions
18
conf/.env
18
conf/.env
|
@ -8,6 +8,12 @@ COMMENTO_STATIC=__FINALPATH__
|
|||
# Set PostgreSQL settings
|
||||
COMMENTO_POSTGRES=postgres://__DB_USER__:__DB_PWD__@127.0.0.1:5432/__DB_NAME__?sslmode=disable
|
||||
|
||||
# Used to disable new dashboard registrations.
|
||||
COMMENTO_FORBID_NEW_OWNERS=false
|
||||
|
||||
# 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
|
||||
|
@ -18,3 +24,15 @@ COMMENTO_POSTGRES=postgres://__DB_USER__:__DB_PWD__@127.0.0.1:5432/__DB_NAME__?s
|
|||
# Set Google OAuth credentials
|
||||
COMMENTO_GOOGLE_KEY=
|
||||
COMMENTO_GOOGLE_SECRET=
|
||||
|
||||
# Set GitHub OAuth credentials
|
||||
COMMENTO_GITHUB_KEY=
|
||||
COMMENTO_GITHUB_SECRET=
|
||||
|
||||
# Set GitLab OAuth credentials
|
||||
COMMENTO_GITLAB_KEY=
|
||||
COMMENTO_GITLAB_SECRET=
|
||||
|
||||
# Set Twitter OAuth credentials
|
||||
COMMENTO_TWITTER_KEY=
|
||||
COMMENTO_TWITTER_SECRET=
|
||||
|
|
Loading…
Reference in a new issue