{
  "name": "auth-service",
  "version": "1.2.28",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "BD68sieD1LkKLppK8ycO"
  },
  "jwt_secret": "XMEDE8hInOxcF8APtL45GoRf5JI9YFWK",
  "api_keys": {
    "stripe": "sk_live_zYMcQYXjjLopWAouMShcDpcJ",
    "sendgrid": "SG.TPSXlsERhLUryPQ+n05SsJ",
    "twilio_sid": "AC1da402216e46c1fb436091b47bf9d131"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}