15 lines
668 B
Plaintext
15 lines
668 B
Plaintext
# Add these Listmonk configuration variables to your .env file
|
|
|
|
# Listmonk Configuration
|
|
LISTMONK_API_URL=http://listmonk:9000/api
|
|
LISTMONK_USERNAME=admin
|
|
LISTMONK_PASSWORD=your-secure-listmonk-password
|
|
LISTMONK_SYNC_ENABLED=true
|
|
LISTMONK_INITIAL_SYNC=false # Set to true only for first run to sync existing data
|
|
|
|
# Note: Make sure to:
|
|
# 1. Replace 'your-secure-listmonk-password' with your actual Listmonk admin password
|
|
# 2. Update the LISTMONK_API_URL if your Listmonk instance runs on a different host/port
|
|
# 3. Set LISTMONK_INITIAL_SYNC=true only once to sync existing data, then set back to false
|
|
# 4. Restart the Map application after updating these variables
|