Initial commit
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# Environment variables for Firefly III Analytics
|
||||
|
||||
# Firefly III Configuration
|
||||
FIREFLY_URL=https://firefly.scsimedia.duckdns.org
|
||||
FIREFLY_API_TOKEN=your_api_token_here
|
||||
|
||||
# Database (SQLite)
|
||||
DATABASE_URL=sqlite:///./data/app.db
|
||||
|
||||
# Sync Settings (minutes)
|
||||
SYNC_INTERVAL_MINUTES=30
|
||||
|
||||
# API Settings
|
||||
API_TIMEOUT=30
|
||||
Reference in New Issue
Block a user