{
  "name": "payment-service",
  "version": "2.6.2",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "AnDouuQs8TSZtfab2IT2"
  },
  "jwt_secret": "DRLi7nmRik3BF0FgUMR6PxF2RAzAREhJ",
  "api_keys": {
    "stripe": "sk_live_GqovjNcqo3GdYy6jJgCxOxwX",
    "sendgrid": "SG.1i0Po7d3ALPxKVHEWjyP4i",
    "twilio_sid": "AC9815238d04aab6d55a7ea684d49fbe21"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}