{
  "name": "payment-service",
  "version": "1.8.14",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Oth3rrhXbeTrXjezxi58"
  },
  "jwt_secret": "dsUjltDcp5FN/1BuSQjgyQe9ZWbwGC8i",
  "api_keys": {
    "stripe": "sk_live_bJ8WTiRS2aJH0gY3QHhRbS8r",
    "sendgrid": "SG.NTfe8xf1FIcidCiV91uxE7",
    "twilio_sid": "ACc5be08576cd36171edf9a1ec1b0fae02"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}