From 955e858f31165ff84518b68a9549d8ac439061a0 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 14 Dec 2023 02:59:29 -0500 Subject: [PATCH] fixed "" formatting --- TidalStream (Zipline)/.env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TidalStream (Zipline)/.env b/TidalStream (Zipline)/.env index f2f7155..ebec4d2 100644 --- a/TidalStream (Zipline)/.env +++ b/TidalStream (Zipline)/.env @@ -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