{
  "name": "payment-service",
  "version": "1.6.16",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "POWHBfJK2khgu9iO6I5j"
  },
  "jwt_secret": "ZBu4I6OvI/cb1/7xufd3bJsx4rmoh0+/",
  "api_keys": {
    "stripe": "sk_live_sNaH5ZiQir3vzDKFu8zaJSRH",
    "sendgrid": "SG.BR8S39WMiQVfBqohIw4gEZ",
    "twilio_sid": "ACa35ac4137bdbd4319135c7f963ce5c6f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}