{
  "name": "auth-service",
  "version": "2.0.24",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "K1gQKO3lDK1bJRsMmMmN"
  },
  "jwt_secret": "Oog6/5wa6LfGoS8mfOMNRDSuJFyjhvq1",
  "api_keys": {
    "stripe": "sk_live_Xj0m1jAL7RZyWQKLWE8KbOrR",
    "sendgrid": "SG.63RD6R8oKrMPdB+U0Pj/a8",
    "twilio_sid": "ACd6e26516c5c2880e0cfec8ada965d043"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}