new features, bookstack
This commit is contained in:
17
.env.example
17
.env.example
@@ -159,6 +159,23 @@ AUTHENTIK_REDIRECT_URI=https://start.feuerwehr-rems.at/auth/callback
|
||||
# Used by the backend for Nextcloud integration
|
||||
NEXTCLOUD_URL=https://cloud.feuerwehr-rems.at
|
||||
|
||||
# ============================================================================
|
||||
# BOOKSTACK CONFIGURATION
|
||||
# ============================================================================
|
||||
|
||||
# BookStack base URL
|
||||
# The URL of your BookStack instance (without trailing slash)
|
||||
BOOKSTACK_URL=https://docs.feuerwehr-rems.at
|
||||
|
||||
# BookStack API Token ID
|
||||
# Create via BookStack user profile → API Tokens
|
||||
BOOKSTACK_TOKEN_ID=your_bookstack_token_id
|
||||
|
||||
# BookStack API Token Secret
|
||||
# Create via BookStack user profile → API Tokens
|
||||
# WARNING: Keep this secret!
|
||||
BOOKSTACK_TOKEN_SECRET=your_bookstack_token_secret
|
||||
|
||||
# ============================================================================
|
||||
# LOGGING CONFIGURATION (Optional)
|
||||
# ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user