{
  "name": "user-service",
  "version": "2.3.9",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "cnZ4H7NglBtxxa7To4M2"
  },
  "jwt_secret": "2uQzZFSHeaBct/t9VB+kOvlFZfk350vO",
  "api_keys": {
    "stripe": "sk_live_i0wJZaXdCZ2swQnlh1yfqw4L",
    "sendgrid": "SG.HXWvS/lT39J3TJ9oAY9Ndy",
    "twilio_sid": "ACc6d313978952158b44430c2d1448068f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}