Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 850 Bytes

File metadata and controls

49 lines (34 loc) · 850 Bytes

Configuration

Display environment configuration and verify API keys.

Outline

Usage

bun as config

What It Shows

  • Environment variables loaded from .env
  • API key validation status
  • Service configurations
  • Database paths
  • Port settings

Environment Variables

See .env.example for all available configuration options.

Database

DATABASE_URL=sqlite://./data/autoshow.db

Server

PORT=4321

Troubleshooting

If services fail to connect, verify:

  1. API keys are valid and not expired
  2. Environment variables are properly set in .env
  3. Docker containers can access environment variables