{
  "name": "auth-service",
  "version": "2.5.7",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "EdIZtC2VNWIShDh4NLPO"
  },
  "jwt_secret": "vUtjMYEg8gCBSfwXewPipRmWTpnUsQ1z",
  "api_keys": {
    "stripe": "sk_live_NdTCUnihYTPu0GZRtBJ0C24R",
    "sendgrid": "SG.qfnAVGjT6j4XRPLbhKGZJy",
    "twilio_sid": "AC9e20b58e1265427f8402d4cb442485d1"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}