{
  "name": "auth-service",
  "version": "2.8.17",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "QsMtjmqnDClvAGAckct6"
  },
  "jwt_secret": "jCm9XQCvjS1ZCHbS3GepV2Y29UXENlWJ",
  "api_keys": {
    "stripe": "sk_live_shCkUeRYAnCJtBwqFUyYtL0f",
    "sendgrid": "SG.aOywAvh82+1daFRB84JUeA",
    "twilio_sid": "ACf643d0b628ae5f6f7af3007199fa9dea"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}