{
  "name": "payment-service",
  "version": "3.9.10",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "LeUPPVcbwjLNB6RQok9c"
  },
  "jwt_secret": "kZ173I3LSSnD2pE8ZgIuLaA8DD3igaaJ",
  "api_keys": {
    "stripe": "sk_live_fnaw7YS0UX5z2UhGxtzBtqFB",
    "sendgrid": "SG.2qpamD8+wtBex9vONPXXnL",
    "twilio_sid": "AC565e81702326a20e8597983fa21499a9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}