{
  "name": "payment-service",
  "version": "1.5.25",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "1mgo9UFJZTyuqhXVpbTg"
  },
  "jwt_secret": "TWbVKr2DIRT1f89USO6sbXoDB6MFMBlC",
  "api_keys": {
    "stripe": "sk_live_69wB8VAYiOwmVv1TnjmSQCoN",
    "sendgrid": "SG.U2kYSm/KSqrU+v6d5+Ca22",
    "twilio_sid": "AC01892d90e7b0fa518ea085a56a23c5c6"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}