{
  "name": "payment-service",
  "version": "3.1.7",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Z9s8cZILwLqyhAcMVZb7"
  },
  "jwt_secret": "TFWWDNj5+rLV2ezAlg1l7whWvGhNBr4p",
  "api_keys": {
    "stripe": "sk_live_5MphHaXFBlqOhCZus8RLrI3u",
    "sendgrid": "SG.4clAAVweWeixma9BWC11Gu",
    "twilio_sid": "AC4e55518d7e1979fdc6f68bd0c0eb1a61"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}