{
  "name": "auth-service",
  "version": "3.0.6",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0M4BRb2XRyuS7cr3CxMq"
  },
  "jwt_secret": "zLimi5VGpZYV2BgPsNVIqZUTXusjxYE+",
  "api_keys": {
    "stripe": "sk_live_n2uFvr9CF4mzxeVzHzFuwqi4",
    "sendgrid": "SG.65kizxhJwtHJbnddcRzQig",
    "twilio_sid": "AC8263630ec0f4c84daaffb8241f9615e0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}