FLASK_ENV=dev SECRET_KEY=your-secret-key-here JWT_SECRET_KEY=your-jwt-secret-key-here CORS_ORIGINS=* DATABASE_URL=postgresql://crafting:devpassword@localhost:5432/crafting_shop DATABASE_URL=postgresql://user:password@localhost/proddb TEST_DATABASE_URL=sqlite:///test.db # Celery Configuration CELERY_BROKER_URL=redis://localhost:6379/0 CELERY_RESULT_BACKEND=redis://localhost:6379/0