# LOCAL DEVELOPMENT DATABASE - DO NOT COMMIT # This file is git-ignored for safety LOCAL_DATABASE_URL=postgresql://postgres:wd2SZgQ4qfFZo4Z@localhost:5432/rateright_local DATABASE_URL=postgresql://postgres:wd2SZgQ4qfFZo4Z@localhost:5432/rateright_local FLASK_ENV=development DEBUG=True SECRET_KEY=dev-secret-key-change-in-production JWT_SECRET_KEY=dev-jwt-secret-change-in-production