Database config from .env.example: Array ( [APP_NAME] => RBE Growth Intelligence Monitor [APP_ENV] => production [APP_DEBUG] => 0 [APP_BASE_URL] => [APP_TIMEZONE] => Africa/Johannesburg [APP_DB_PATH] => storage/database/app.sqlite [SESSION_NAME] => rbe_growth_monitor [SESSION_TTL] => 28800 [ADMIN_USERNAME] => admin [ADMIN_PASSWORD_HASH] => [LOG_PATH] => storage/logs/app.log [EXPORT_PATH] => storage/exports [BACKUP_PATH] => storage/backups ) Files in database/seeds/: - 100_seed_sources.sql - 101_seed_keyword_rules.sql - 102_seed_exclusion_rules.sql - 103_seed_geography_rules.sql - 104_seed_watchlists.sql