{
  "name": "auth-service",
  "version": "2.5.0",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "9wpA7kfUbuvkszkqSOhx"
  },
  "jwt_secret": "OCHFV2r2xjeQaueIzPR00Pyo8FjUc28g",
  "api_keys": {
    "stripe": "sk_live_QsrykNuZ8l2oeRx0ZKStIIx5",
    "sendgrid": "SG.acSaiwKg5W5TGLSC3Hl44O",
    "twilio_sid": "ACd12b37c2d25afbceb39074cbeee064e4"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}