Files
AdventureLog/documentation/docs/configuration/advanced_configuration.md
Sean Morley 682dc1abe8 fix: update LocationCard props and enhance restore data functionality
- Changed the user prop to null in LocationCard component on the dashboard page.
- Added isRestoring state to manage loading state during data restoration in settings.
- Updated the restore button to show a loading spinner when a restore operation is in progress.
2025-12-16 11:19:05 -05:00

1.6 KiB

Advanced Configuration

In addition to the primary configuration variables listed above, there are several optional environment variables that can be set to further customize your AdventureLog instance. These variables are not required for a basic setup but can enhance functionality and security.

Name Required Description Default Value Variable Location
ACCOUNT_EMAIL_VERIFICATION No Enable email verification for new accounts. Options are none, optional, or mandatory none Backend
FORCE_SOCIALACCOUNT_LOGIN No When set to True, only social login is allowed (no password login). The login page will show only social providers or redirect directly to the first provider if only one is configured. False Backend
SOCIALACCOUNT_ALLOW_SIGNUP No When set to True, signup will be allowed via social providers even if registration is disabled. False Backend