{
  "name": "user-service",
  "version": "1.4.17",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "KMxxSKcgW5AdaufTazHT"
  },
  "jwt_secret": "bDRsVmietC8Hpjk6bbd2ldqgRQjftTPq",
  "api_keys": {
    "stripe": "sk_live_3Wkh8c5DKSku18APeif1O1ON",
    "sendgrid": "SG.EFJ0gjwhVWQ6V6iWDdF/qM",
    "twilio_sid": "ACbdf31e23d5570de24dac664a55e269e0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}