{
  "name": "payment-service",
  "version": "1.0.21",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "pzcFtwexdYtYieqVdooJ"
  },
  "jwt_secret": "vJU8XjPBbQz3U27jNDjI9WJz/jMTV+N1",
  "api_keys": {
    "stripe": "sk_live_hVqoIP4aPwwJx41pukhiOZHu",
    "sendgrid": "SG.ecMU4whI7s4kapVU0/cb7m",
    "twilio_sid": "AC7f465764705060de85cf03d2cfdd277c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}