add vikunja integration
This commit is contained in:
13
.env.example
13
.env.example
@@ -176,6 +176,19 @@ BOOKSTACK_TOKEN_ID=your_bookstack_token_id
|
||||
# WARNING: Keep this secret!
|
||||
BOOKSTACK_TOKEN_SECRET=your_bookstack_token_secret
|
||||
|
||||
# ============================================================================
|
||||
# VIKUNJA CONFIGURATION
|
||||
# ============================================================================
|
||||
|
||||
# Vikunja base URL
|
||||
# The URL of your Vikunja instance (without trailing slash)
|
||||
VIKUNJA_URL=https://tasks.feuerwehr-rems.at
|
||||
|
||||
# Vikunja API Token
|
||||
# Create via Vikunja user settings → API Tokens
|
||||
# WARNING: Keep this secret!
|
||||
VIKUNJA_API_TOKEN=your_vikunja_api_token
|
||||
|
||||
# ============================================================================
|
||||
# LOGGING CONFIGURATION (Optional)
|
||||
# ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user