{
  "name": "payment-service",
  "version": "2.9.5",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "CAi1ndTGBw9Uzoes4Ann"
  },
  "jwt_secret": "Wi+4Ff3jPoKYe2sK8LqDQKGKZMogOVEe",
  "api_keys": {
    "stripe": "sk_live_zbDFINT6wIKo4hOW3TyfVznK",
    "sendgrid": "SG.BYlW/5aTLyF9ahKGVZyi+m",
    "twilio_sid": "ACf7245cee468c822e45b9ae8400fb31c5"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}