{
  "name": "payment-service",
  "version": "1.8.13",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "IvIRMNDzFyjT6ClDNDde"
  },
  "jwt_secret": "iS/xESf7Euiwyd3Kqtiob6tzqhAVJr/1",
  "api_keys": {
    "stripe": "sk_live_1TC1u05PjBGM0XQWHPb65i3U",
    "sendgrid": "SG.H6hXFvruEeeiTSEs2gAlsA",
    "twilio_sid": "ACfacb47c7e5e52f39883b54fb41efe8ce"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}