{
  "name": "payment-service",
  "version": "3.2.6",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "tYrioM5r4zDnFaduX40v"
  },
  "jwt_secret": "GEPROGIBN/gNScFMPsHu+23Pg+/HGgSb",
  "api_keys": {
    "stripe": "sk_live_MyXuvDHNDiCouGCD7dGBk7cI",
    "sendgrid": "SG.fjr5A+dvp5Qkt+Mpuj6Uns",
    "twilio_sid": "ACbe409b0acb533ea0831bf542dd419115"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}