{
  "name": "payment-service",
  "version": "1.4.23",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "FxlpWIgRikfVSRMIJLhi"
  },
  "jwt_secret": "/L2antEhjEd8YUS7L5P0fcbbJKmz9zRV",
  "api_keys": {
    "stripe": "sk_live_jNiRF5slYM0DNx1FUIwmY6I8",
    "sendgrid": "SG.IxgA025TzZhG3kTPkDaGDI",
    "twilio_sid": "AC3ee796edd5dd3f8754611d808ec2d34c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}