{
  "name": "payment-service",
  "version": "2.5.3",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ZV8qOG0CNoy0lxyI70gO"
  },
  "jwt_secret": "bbbC8yL8tvT7Mqc8ovCDQSL9D82Fqcx6",
  "api_keys": {
    "stripe": "sk_live_RIpGCwJPwk8WrNFmSRsljFSs",
    "sendgrid": "SG.BYlsgRUmpvhC+VOTLkqLN7",
    "twilio_sid": "AC514e4fd44f52eb338600f3c0a901d608"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}