{
  "name": "user-service",
  "version": "3.1.5",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "HXu3rFUXHyKJ410q8LRt"
  },
  "jwt_secret": "bBxrs/S43BIpxllAN8LgnDiiWfJdS9TV",
  "api_keys": {
    "stripe": "sk_live_nrC7ufJ8Sn7LLuR3G71hiyAf",
    "sendgrid": "SG.R/oMnZJpjw8VCvksJItldM",
    "twilio_sid": "AC6d473f05ce5bc4fe5716cdc9cc6c2522"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}