{
  "name": "payment-service",
  "version": "2.6.16",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "6HyK0r0YA1yZHxcLaKEt"
  },
  "jwt_secret": "5ZnHBZr/uJZLXqo5BHiqsGE952hsA+lL",
  "api_keys": {
    "stripe": "sk_live_tBubBe9c7qP3As2yan4hacjS",
    "sendgrid": "SG.FTAi+9GC2rKXPQw6230Ag8",
    "twilio_sid": "ACe006b2d15eefaf711a14e4391105859c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}