Skip to content

Commit

Permalink
replace deprecated CLI options with current ones
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal authored and umputun committed Oct 16, 2021
1 parent 7b1de77 commit d0d4f06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion compose-dev-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ services:
- NOTIFY_TELEGRAM_CHAN
- NOTIFY_EMAIL_FROM
- ADMIN_SHARED_EMAIL
- NOTIFY_EMAIL_ADMIN
- SMTP_HOST
- SMTP_USERNAME
- SMTP_PASSWORD
Expand Down
12 changes: 6 additions & 6 deletions site/src/docs/manuals/reproxy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
- STORE_BOLT_PATH=/srv/var
- BACKUP_PATH=/srv/var/backup
- CACHE_MAX_VALUE=10000000
- IMG_PROXY=true
- IMAGE_PROXY_HTTP2HTTPS=true
- AVATAR_RESIZE=48
- ADMIN_SHARED_ID=github_ef0f706a79cc24b112345
- ADMIN_SHARED_NAME=myname,anothername
Expand All @@ -65,12 +65,12 @@ services:
- AUTH_TWITTER_CSEC=asdfghjkl
- AUTH_ANON=true
- AUTH_EMAIL_ENABLE=true
- AUTH_EMAIL_HOST=smtp.mailgun.org
- AUTH_EMAIL_PORT=465
- AUTH_EMAIL_TLS=true
- [email protected]
- AUTH_EMAIL_PASSWD=thepassword
- [email protected]
- SMTP_HOST=smtp.mailgun.org
- SMTP_PORT=465
- SMTP_TLS=true
- [email protected]
- SMTP_PASSWORD=thepassword
- IMAGE_MAX_SIZE=5000000
- EMOJI=true
ports:
Expand Down

0 comments on commit d0d4f06

Please sign in to comment.