mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-12-23 22:58:17 -05:00
feat: add Advanced Configuration documentation with optional environment variables
This commit is contained in:
@@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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` |
|
||||
Reference in New Issue
Block a user