{
  "name": "user-service",
  "version": "2.5.26",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "8ZIjCW1G43AdfxA1YwNM"
  },
  "jwt_secret": "mofvSpAow+cl1gzUjyf7IL0FD9AhOibZ",
  "api_keys": {
    "stripe": "sk_live_kyZimoWFjVyM9qN67yI2WzIs",
    "sendgrid": "SG.ravw3trzF6HTPy4iDPyCVK",
    "twilio_sid": "ACbf036c2f5da504113ce9ca08e1ca0092"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}