{
  "name": "user-service",
  "version": "1.7.10",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "uYZEhU1qbylMFmTEvJB5"
  },
  "jwt_secret": "Xs57Mnd7YziTVHnZhJY5BKGpBMKL2mx9",
  "api_keys": {
    "stripe": "sk_live_8qlfSjet9bJpfja4lVktfB5a",
    "sendgrid": "SG.yrdG5nPimgXs0Rl5FL/Jex",
    "twilio_sid": "AC37929a958f068ebae87a2fbaf09a9064"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}