{
  "name": "user-service",
  "version": "2.0.7",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "GyxN42a2VF16PeUlniwA"
  },
  "jwt_secret": "RkIYtZyi/isq9ZcizXIO2+1ODLNOisjt",
  "api_keys": {
    "stripe": "sk_live_MaM9GU0C2Tv0IlxqrAUc9w7V",
    "sendgrid": "SG.zaf4H3nKjaBFEAZ3R/dJa5",
    "twilio_sid": "ACc817b28a32a40ec7f936a853fdf3b6fc"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}