17 lines
469 B
Plaintext
17 lines
469 B
Plaintext
# Moltbook API Key (required)
|
|
MOLTBOOK_API_KEY=moltbook_xxx
|
|
|
|
# Database path (optional, defaults to ./data/observatory.db)
|
|
DATABASE_PATH=./data/observatory.db
|
|
|
|
# Polling intervals in seconds (optional)
|
|
DISABLE_POLL=true
|
|
POLL_POSTS_INTERVAL=120
|
|
POLL_AGENTS_INTERVAL=900
|
|
POLL_SUBMOLTS_INTERVAL=3600
|
|
|
|
# App settings
|
|
DEBUG=false
|
|
|
|
# Footer settings
|
|
FOOTER_COPYRIGHT_HTML=Maintained by <a href="https://simula.no" class="text-ocean-400 hover:text-ocean-300">Simula</a></span> |