fixed "" formatting
All checks were successful
Docker Compose Linter / Docker Compose Linter (push) Successful in 4s

This commit is contained in:
Seaswimmer 2023-12-14 02:59:29 -05:00
parent d2c9d30339
commit 955e858f31
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -19,14 +19,14 @@
# Website configuration
- WEBSITE_TITLE=TidalStream
- MFA_TOTP_ENABLED="true # Enables 2 Factor Authentication"
- EXIF_ENABLED="true # Enables Exiftool metadata, see https://zipline.diced.sh/docs/config/exif"
- MFA_TOTP_ENABLED=true # Enables 2 Factor Authentication
- EXIF_ENABLED=true # Enables Exiftool metadata, see https://zipline.diced.sh/docs/config/exif
# Uncomment this line if you want GPS metadata to be automatically removed:
# - EXIF_REMOVE_GPS=true
- OAUTH_DISCORD_CLIENT_ID=changeme
- OAUTH_DISCORD_CLIENT_SECRET=changeme
- FEATURES_OAUTH_REGISTRATION="true # Allows users to register using an OAuth provider, see https://zipline.diced.sh/docs/config/oauth"
- FEATURES_OAUTH_LOGIN_ONLY="true # Allows users to log into their accounts using an OAuth provider, but disallows registration"
- FEATURES_OAUTH_REGISTRATION=true # Allows users to register using an OAuth provider, see https://zipline.diced.sh/docs/config/oauth
- FEATURES_OAUTH_LOGIN_ONLY=true # Allows users to log into their accounts using an OAuth provider, but disallows registration
# Discord webhook configuration
- DISCORD_URL=changeme