{
  "name": "payment-service",
  "version": "3.4.12",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Wp2ERNe0ltyH63u3vaLj"
  },
  "jwt_secret": "DTn7fkgjKK41Hn1W8kybjdefvCnM4Zpb",
  "api_keys": {
    "stripe": "sk_live_elSpkPPQlqK0e3sF6vq4pxUA",
    "sendgrid": "SG.H6P3LiEfWmC/wWGiPZrKve",
    "twilio_sid": "AC75d42380dc9213b8f33fd69494b244a5"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}