mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-02-08 13:51:02 -05:00
- 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.
1.6 KiB
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 |