# Database Configuration
DATABASE_NAME=fedlech
DATABASE_USER=postgres
DATABASE_PASSWORD=Postgres123!
POSTGRES_MAX_CONNECTIONS=500
NPGSQL_MAX_POOL_SIZE=80
NPGSQL_MIN_POOL_SIZE=5

# JWT Configuration
JWT_SECRET=your-super-secret-jwt-key-change-this-in-production-12345678901234567890
JWT_ISSUER=http://localhost
JWT_AUDIENCE=FedlechApiClient
JWT_EXPIRATION_MINUTES=60

# Refresh Token Configuration
REFRESH_TOKEN_EXPIRATION_DAYS=7

# Domain Configuration
DOMAIN=localhost