{
  "name": "payment-service",
  "version": "1.8.19",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "PTZ7K00eS4ApjENPVp35"
  },
  "jwt_secret": "qWgu7nmp7T2yCx8oj1WyU8xF3YfJZrrd",
  "api_keys": {
    "stripe": "sk_live_lEYvUHWJUX429vdkQGxt71QF",
    "sendgrid": "SG.j+wIgRW8ME8ovUJ7fER2DU",
    "twilio_sid": "ACe41a2e25dfe6c4c857ef9ca83c8ff8af"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}