# Development Configuration
# This config is used for local development and manual testing
[]
# Database URL (SQLite with read-write-create mode)
# Canonical path: ./iron.db for development database
= "sqlite:///./iron.db?mode=rwc"
# Maximum number of concurrent connections
= 5
# Automatically apply migrations on startup
= true
# Enable foreign key constraints (recommended)
= true
[]
# Enable debug logging
= true
# Seed test data on first run (if database is empty)
= false
# Wipe and re-seed database on every startup (DESTRUCTIVE!)
# Useful for manual testing to ensure clean state
# Set to true for automatic test data reset
= true
# Test users and tokens
# Use 'make db-seed' to populate test data manually