{
  "name": "auth-service",
  "version": "3.1.12",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "F5qvpHoORDCoUVoIkgN9"
  },
  "jwt_secret": "ntilri7XSWY4M87Xm7EgyVSwpDP0pTzt",
  "api_keys": {
    "stripe": "sk_live_Nwnv6OoFexClBmoidYlzwcot",
    "sendgrid": "SG.9J0Y4Nb5KdklP+9GGZWiuc",
    "twilio_sid": "ACa54a14bf54678082f893565934e0d559"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}