{
  "name": "payment-service",
  "version": "2.0.29",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "3a0lwY9eWWn0PAgCEN7O"
  },
  "jwt_secret": "ZLVn5CvO29fBfq+PJcmFdM5bmu9N9VSf",
  "api_keys": {
    "stripe": "sk_live_GQ35oO20PcHPiSQkAEjsSkpP",
    "sendgrid": "SG.FKLMgBuLau7U5YdOHGM+Eb",
    "twilio_sid": "AC28211413eaeef039fa6f4a4f791cc3f4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}