{
  "name": "payment-service",
  "version": "3.5.16",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "CBeN83fvwGkhGynvbBzl"
  },
  "jwt_secret": "8FHWY2mjAh5zX8lZzWNSOJPv109Z7ghs",
  "api_keys": {
    "stripe": "sk_live_n4HnCs4r5KWZ12bdRlYJ9nk8",
    "sendgrid": "SG.Y7OgpQZ4H/+0GGJzX+jDxW",
    "twilio_sid": "AC4e7b28cb40af2aea5f990d13f991fd5b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}