feat: add Advanced Configuration documentation with optional environment variables

This commit is contained in:
Sean Morley
2025-12-14 16:32:33 -05:00
parent c176beeada
commit 1eff5fd82b
2 changed files with 11 additions and 0 deletions

View File

@@ -219,6 +219,10 @@ export default defineConfig({
},
{ text: "SMTP Email", link: "/docs/configuration/email" },
{ text: "Umami Analytics", link: "/docs/configuration/analytics" },
{
text: "Advanced Configuration",
link: "/docs/configuration/advanced_configuration",
},
],
},
{

View File

@@ -0,0 +1,7 @@
# 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 |
| ---------------------------- | -------- | ------------------------------------------------------------------------------------------ | ------------- |
| `ACCOUNT_EMAIL_VERIFICATION` | No | Enable email verification for new accounts. Options are `none`, `optional`, or `mandatory` | `none` |