{
  "name": "payment-service",
  "version": "1.4.5",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4t8qhI3SpGGP6kyLo7dR"
  },
  "jwt_secret": "BckpkfpRzAC9/IwMzIqkl2OJElKACxOp",
  "api_keys": {
    "stripe": "sk_live_hAktEwDAyiFsbC47XPdVIET0",
    "sendgrid": "SG.5Yof50XSVgC+FQCkXPxvz3",
    "twilio_sid": "AC4b57de384b6e36c7d3dd4207f7550925"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}