{
  "name": "user-service",
  "version": "1.5.6",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "xp0yjyYLMQcGMgjSDO8a"
  },
  "jwt_secret": "yjATIIY2nh5f+t7yXKgwvXNaDaeWY66t",
  "api_keys": {
    "stripe": "sk_live_EpKqti0niQY6LxNL1sPR2vOV",
    "sendgrid": "SG.hI+TfH8VF/V9GB1Zfy0Ml/",
    "twilio_sid": "AC3aecaa2de579ad86c1d4175e0fc74991"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}