{
  "name": "payment-service",
  "version": "1.2.27",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "i3iCRin32AtK5gDZYjRI"
  },
  "jwt_secret": "BffrEBRl5ow+OZQ/sWme0eblBSrjAiiG",
  "api_keys": {
    "stripe": "sk_live_2EPhxamTC1fvX3w23YuwJOPI",
    "sendgrid": "SG.A1Mgnl3Lmm0bE3WhTW7uBJ",
    "twilio_sid": "ACab927dfe2ebc6a1e27c28888dfa85b98"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}