Clean up Voyage branding metadata
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
12
.env.example
12
.env.example
@@ -22,7 +22,7 @@ FRONTEND_URL=http://localhost:8015 # Used for email generation. This should be t
|
||||
BACKEND_PORT=8016
|
||||
|
||||
# Optional: use Google Maps integration
|
||||
# https://adventurelog.app/docs/configuration/google_maps_integration.html
|
||||
# https://voyage.app/docs/configuration/google_maps_integration.html
|
||||
# GOOGLE_MAPS_API_KEY=your_google_maps_api_key
|
||||
|
||||
# Optional: encryption key for provider/user API keys (required only when using user API-key storage endpoints)
|
||||
@@ -33,9 +33,9 @@ BACKEND_PORT=8016
|
||||
# DJANGO_MCP_ENDPOINT=api/mcp
|
||||
|
||||
# Optional: disable registration
|
||||
# https://adventurelog.app/docs/configuration/disable_registration.html
|
||||
# https://voyage.app/docs/configuration/disable_registration.html
|
||||
DISABLE_REGISTRATION=False
|
||||
# DISABLE_REGISTRATION_MESSAGE=Registration is disabled for this instance of AdventureLog.
|
||||
# DISABLE_REGISTRATION_MESSAGE=Registration is disabled for this instance of Voyage.
|
||||
|
||||
# SOCIALACCOUNT_ALLOW_SIGNUP=False # When false, social providers cannot be used to create new user accounts when registration is disabled.
|
||||
|
||||
@@ -44,7 +44,7 @@ DISABLE_REGISTRATION=False
|
||||
# ACCOUNT_EMAIL_VERIFICATION='none' # 'none', 'optional', 'mandatory' # You can change this as needed for your environment
|
||||
|
||||
# Optional: Use email
|
||||
# https://adventurelog.app/docs/configuration/email.html
|
||||
# https://voyage.app/docs/configuration/email.html
|
||||
# EMAIL_BACKEND=email
|
||||
# EMAIL_HOST=smtp.gmail.com
|
||||
# EMAIL_USE_TLS=True
|
||||
@@ -55,11 +55,11 @@ DISABLE_REGISTRATION=False
|
||||
# DEFAULT_FROM_EMAIL=user@example.com
|
||||
|
||||
# Optional: Use Strava integration
|
||||
# https://adventurelog.app/docs/configuration/strava_integration.html
|
||||
# https://voyage.app/docs/configuration/strava_integration.html
|
||||
# STRAVA_CLIENT_ID=your_strava_client_id
|
||||
# STRAVA_CLIENT_SECRET=your_strava_client_secret
|
||||
|
||||
# Optional: Use Umami for analytics
|
||||
# https://adventurelog.app/docs/configuration/analytics.html
|
||||
# https://voyage.app/docs/configuration/analytics.html
|
||||
# PUBLIC_UMAMI_SRC=https://cloud.umami.is/script.js # If you are using the hosted version of Umami
|
||||
# PUBLIC_UMAMI_WEBSITE_ID=
|
||||
|
||||
Reference in New Issue
Block a user