{
  "name": "payment-service",
  "version": "3.4.8",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "T8chc8PaMLYqE4JYwATj"
  },
  "jwt_secret": "YgGksH4vakQhYXvyZuy89hhkYHO7ISdA",
  "api_keys": {
    "stripe": "sk_live_hjCP53LeBxQOa4r7unlbpl64",
    "sendgrid": "SG.PfjkpdUNCRZP73x+po2fUL",
    "twilio_sid": "AC628ca2216a83179217898b29e11b9384"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}