{
  "name": "payment-service",
  "version": "1.0.11",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "nCvHjePmc8yRrT2GMtFU"
  },
  "jwt_secret": "oS4iUrCrTXsl8k93cInXXv+f7ed8E8I5",
  "api_keys": {
    "stripe": "sk_live_ZDSQyna6KO9sCksky5gs9N5j",
    "sendgrid": "SG.tagj3p7fo3W4Vd0uXvC5rw",
    "twilio_sid": "AC9f9a5848f30136bbb62c99c072554741"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}