{
  "name": "payment-service",
  "version": "2.0.2",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "l0iL7kV5iVOn2fyLNB5v"
  },
  "jwt_secret": "whJKfOgMglcC33rvmVUZOsdsCJVGxmy1",
  "api_keys": {
    "stripe": "sk_live_jKPU1pjxkvodHIa2jPcp49Hr",
    "sendgrid": "SG.EUil/bLi4IxdKwLbect5FL",
    "twilio_sid": "ACcc06eaef08682d15a79376de7c92e436"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}