{
  "name": "payment-service",
  "version": "1.1.14",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "m6ejWUK8pw0khoLQzWo3"
  },
  "jwt_secret": "pE1HJKLYg78IJYGm9yJ2Rez0KQ5CWbXG",
  "api_keys": {
    "stripe": "sk_live_U9YzRsfxHOZ7zHaG0eVI25of",
    "sendgrid": "SG.md1AdhVQOGBkzT1NIGSYZH",
    "twilio_sid": "AC0a8f49db4748c0cce9a7b6ef38174799"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}