{
  "name": "payment-service",
  "version": "2.8.20",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "iKC8LbwbOTt1meVar7Su"
  },
  "jwt_secret": "xUXtXjEvxuLwXWAK7I1+AwBxW/kUtOvJ",
  "api_keys": {
    "stripe": "sk_live_czfomdVPDm74jJSYjaM4ci3V",
    "sendgrid": "SG.Uvk1tFqB6wUrJOHEbGCs4h",
    "twilio_sid": "ACf09becddb56c93e541838392ec866ceb"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}