{
  "name": "payment-service",
  "version": "1.1.6",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "9oD2gVo7ap9bNM2sColo"
  },
  "jwt_secret": "MU3MKiyMePWV2KL9f/7XbKvFMSHlvdDr",
  "api_keys": {
    "stripe": "sk_live_LDwbGNQOt9zMVoqYrv7DLKd8",
    "sendgrid": "SG.TBBE8U2mGuT4zzOCZ0YUml",
    "twilio_sid": "ACf87a9792a44428c7d004925336645ee7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}