{
  "name": "user-service",
  "version": "2.1.0",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "AOTdRnyuCAfA6BCB9oGw"
  },
  "jwt_secret": "geuliTXmakOy04pJWj/69kALx+viW/dr",
  "api_keys": {
    "stripe": "sk_live_T87tfrdbd44fdc3VcqFAhHjC",
    "sendgrid": "SG.jQG4mea8v1nalitE2lEAG7",
    "twilio_sid": "AC716277e6e47e2aa09dda979123f2481f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}