{
  "name": "payment-service",
  "version": "2.8.6",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "sTGDfBIj2yxvEFuoDiho"
  },
  "jwt_secret": "OEgr9ws6J6xlzc4VLfIO60M0ZQb5wqpi",
  "api_keys": {
    "stripe": "sk_live_zyszfTMUqIVkMyZeZtGh2jm6",
    "sendgrid": "SG.T/AKzEobKKvi1A49M0ZQfm",
    "twilio_sid": "AC5ccbe0e9233a0e39766af7e1a46859db"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}