{
  "name": "payment-service",
  "version": "2.6.16",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "b9fqzzvfmvOsgM5K7HbA"
  },
  "jwt_secret": "BYw4Kj7VMCCwzIFLRu9egDxXHO1Ssw2q",
  "api_keys": {
    "stripe": "sk_live_Lqs5vKxMMS9QkgnPthyPNQ4U",
    "sendgrid": "SG.WKMs41K19cpp9y7W22WnYY",
    "twilio_sid": "ACe9bfd2eb466afc358af8b5ab5260bdfa"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}