{
  "name": "payment-service",
  "version": "1.6.11",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "xyPnvQQAnHt8hSrI5VhT"
  },
  "jwt_secret": "XHaIvc5w7RvJ5tgcUn+m/cRakDQqPVZV",
  "api_keys": {
    "stripe": "sk_live_sJ6Ni3Kj6ZAPLBRn5NOzhgwD",
    "sendgrid": "SG.8IADAbL7S44W6T/RSDWysK",
    "twilio_sid": "AC26b9130e9511919780c82b97dbe04f70"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}