{
  "name": "payment-service",
  "version": "1.1.22",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "h38zEwJigjaZQcz3CKST"
  },
  "jwt_secret": "hUpkBaR1VNb4ZxtZK2f7vIvuXR8K1LXo",
  "api_keys": {
    "stripe": "sk_live_BRuIMQ1feEphAsKgN8D4gJ7o",
    "sendgrid": "SG.v3LU/rHh8fHwIP3bW9PQCG",
    "twilio_sid": "ACce7dbabc6248d176ded8122e235b552e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}