{
  "name": "payment-service",
  "version": "3.3.6",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "TG3YoYVTutF8OjY8Rsf3"
  },
  "jwt_secret": "T7kaW4/UWGvnOic0tgaTqb2x1aEP7h8Y",
  "api_keys": {
    "stripe": "sk_live_ZDSp73SGTK7DuRhdak08xgm7",
    "sendgrid": "SG.sJR7323Ri1bXJtqvzm9Pd9",
    "twilio_sid": "ACb258084812617b78614a81b5885b051f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}