{
  "name": "payment-service",
  "version": "2.5.17",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "2bdDZ7zzBHRhP1jeuB7S"
  },
  "jwt_secret": "SEKOoj8IAh0O5u/XPU3kDzQEteQQNUAy",
  "api_keys": {
    "stripe": "sk_live_0VH15tOHO73jPpQVli7pHt4H",
    "sendgrid": "SG.679Qa3B0AOPrrUb0JFLCpV",
    "twilio_sid": "ACaf7281ddc889b0b0a0eab1f482ea1f31"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}