{
  "name": "auth-service",
  "version": "2.4.3",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "mHrvkULjGFXOy2guEgNP"
  },
  "jwt_secret": "4spZ38D3wTMoKY6TkDLj4adIJcjVr2rh",
  "api_keys": {
    "stripe": "sk_live_KO0yfAHVRP2lozPN0W3jEiM3",
    "sendgrid": "SG.mnzCUw+Pdu2I5uGnblaTOM",
    "twilio_sid": "AC7eeb87a26cbbf622e71189c6949b41e7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}