{
  "name": "user-service",
  "version": "1.2.27",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "w3AYrdR12fXEC29z0MRb"
  },
  "jwt_secret": "+84NZeSOlRbU8BDBbvF0YDthT57415sT",
  "api_keys": {
    "stripe": "sk_live_MHmOuAOFIILFip9CBGmXTGTk",
    "sendgrid": "SG.AJbtxEoZ6zup6uq4WTXLyz",
    "twilio_sid": "ACbce52db6f08e94de5f55baa6dd973f40"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}