{
  "name": "payment-service",
  "version": "2.6.25",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "H9WVOhUrshxh8uw0zsxC"
  },
  "jwt_secret": "QMsOsctimpALrfeaL13zBvEwi5ui91DU",
  "api_keys": {
    "stripe": "sk_live_VPhLU8pu5wmWwRYdjTk7e4yI",
    "sendgrid": "SG.0Rd++2iTWgWkxnKrdFq61i",
    "twilio_sid": "AC0383197a9492ea9b478415e4e880d273"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}