{
  "name": "payment-service",
  "version": "1.0.27",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "VoiU6JO2m3Ua8D98rxHD"
  },
  "jwt_secret": "Y6OBkWtUlueab0EcTU5OKZlDY8gVdJfh",
  "api_keys": {
    "stripe": "sk_live_8VudBfp8odUZnBmptKCFZCy1",
    "sendgrid": "SG.kuzYxS6WlnRV18H4ufqKxy",
    "twilio_sid": "ACf7e354859c5e6879984023a14b69812b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}