{
  "name": "payment-service",
  "version": "1.4.18",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "SJTwgMFRIgL4q2AZLZqw"
  },
  "jwt_secret": "Gl1046dUWGdQmyghpjyYkZIdt9NO1kz+",
  "api_keys": {
    "stripe": "sk_live_VS0HTlfJO0HEnka6W9f8WG4g",
    "sendgrid": "SG.CZKmKHW8eC/WfXhNFGRlEg",
    "twilio_sid": "AC1b5dce3fc6f251448ea03a3d56855ccc"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}