{
  "name": "payment-service",
  "version": "3.0.18",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "saGsmqgYctPDCqb4LbKs"
  },
  "jwt_secret": "E16F2sbaUPVoeHWFuRaGyIsKnLRXgJp7",
  "api_keys": {
    "stripe": "sk_live_r0PuvqxiuphYOkRm7Vd3ZIK1",
    "sendgrid": "SG.eCLl+hxPgjmbuvhBI4BEiM",
    "twilio_sid": "ACb36643e10f8a28661d3a4c6bb8c7ced5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}