{
  "name": "user-service",
  "version": "1.6.20",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "1rkzv0aMPOi7eYz5V83O"
  },
  "jwt_secret": "qNPAZ+2PH9EAguKYZJ2Hzm3C4r5PPLA7",
  "api_keys": {
    "stripe": "sk_live_3znMxpIHvbobHUYflGC4KcTE",
    "sendgrid": "SG.sOsunjlVZN6LUKIdfsrqhp",
    "twilio_sid": "ACa832a9969b55bdc8ef450141075d394b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}