{
  "name": "payment-service",
  "version": "1.2.19",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "6f8lmhPSxikJhbBUUWTZ"
  },
  "jwt_secret": "bxBAnA5jUswDut0xCoeL/sxglUeutaKy",
  "api_keys": {
    "stripe": "sk_live_0BIU09CWeT1vwEdeIcNc87Sg",
    "sendgrid": "SG.mE6/Vy3jCqMJJujJVCb5S/",
    "twilio_sid": "ACee8037750ca48a9d528b856f828a3fec"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}