{
  "name": "payment-service",
  "version": "3.5.3",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "GEIGNGIDm5tK4xfZrEUo"
  },
  "jwt_secret": "I0qp5tENSaml9LOlggj9v/w1X+Eoo6Wp",
  "api_keys": {
    "stripe": "sk_live_bEIUNeh3wg9vBjywsALMRahq",
    "sendgrid": "SG.PCuGVlFh2A2QRa8as65Ua1",
    "twilio_sid": "ACb49a9cb432ce32e478841e865ba264a8"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}