{
  "name": "user-service",
  "version": "2.4.12",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "UV6ytJiMZlWCPCpNudVh"
  },
  "jwt_secret": "OE7VLH4pOOrqm7kR9SRIgjw1Y7nsOWun",
  "api_keys": {
    "stripe": "sk_live_clHp76lvJJ4J2gujddfGhO5b",
    "sendgrid": "SG.CJC9ruAAiI/KnrLG6U4aHP",
    "twilio_sid": "AC175cf796c3c4f6a46e3cf94219e8519d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}