Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
remove quotes from secret values.
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed Feb 2, 2024
1 parent abed442 commit 70d312c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plausible/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ services:
- SMTP_HOST_ADDR=smtp.eu.mailgun.org
- SMTP_HOST_PORT=587
- [email protected]
- SECRET_KEY_BASE="(plausible_secret_key_base)"
- SMTP_USER_PWD="(plausible_smtp_user_pwd)"
- GOOGLE_CLIENT_ID="(plausible_google_client_id)"
- GOOGLE_CLIENT_SECRET="(plausible_google_client_secret)"
- MAXMIND_LICENSE_KEY="(plausible_maxmind_license_key)"
- SECRET_KEY_BASE=(plausible_secret_key_base)
- SMTP_USER_PWD=(plausible_smtp_user_pwd)
- GOOGLE_CLIENT_ID=(plausible_google_client_id)
- GOOGLE_CLIENT_SECRET=(plausible_google_client_secret)
- MAXMIND_LICENSE_KEY=(plausible_maxmind_license_key)
- MAXMIND_EDITION=GeoLite2-City
networks:
default:
Expand Down

0 comments on commit 70d312c

Please sign in to comment.