{
  "name": "payment-service",
  "version": "1.0.5",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "VNlUfYEn5eVZ6TX6VREf"
  },
  "jwt_secret": "+Y9CR8r12qCVE+RlEm//4lV9NayTvHoE",
  "api_keys": {
    "stripe": "sk_live_Wi2iQd6ZPHGJHhUtPyQ8a9G5",
    "sendgrid": "SG.8GJFj7rJ95Ce39hykcmNM6",
    "twilio_sid": "AC24e75d9b77849a5496edb621d3307ad9"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}