{
  "name": "payment-service",
  "version": "1.5.3",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "S6fOVtePeluSkPWHHDY0"
  },
  "jwt_secret": "LrShD4eQuD0E6+8jtMqZP+6TDs7/xPWW",
  "api_keys": {
    "stripe": "sk_live_SJfWKCmvzABGZfOSUd1eaMtZ",
    "sendgrid": "SG.WcnhXFSobeLGfWKF6q4odj",
    "twilio_sid": "ACff9212207ef61650cce961efe9cba358"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}