{
  "name": "user-service",
  "version": "2.0.3",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ti4HvlwylIQpnmLrn8Hk"
  },
  "jwt_secret": "4G+6o6gcnNAno2ye8OpxNFcFTn/JOErM",
  "api_keys": {
    "stripe": "sk_live_M0GXVJIRYHVS6Xu6KzaDJ0ea",
    "sendgrid": "SG.QJzWg6ZdIYsboSxBFqTodU",
    "twilio_sid": "AC8c6bd222fd7a30e41f5e8de4b7c82776"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}