{
  "name": "user-service",
  "version": "3.8.20",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "9HPSBYOWdwpCFHdUaYzC"
  },
  "jwt_secret": "dGg2Zt6jtYTPkCq2e847ztY85Gyb5glZ",
  "api_keys": {
    "stripe": "sk_live_ViR1X1SbUkrSa8HLEqq55Bz0",
    "sendgrid": "SG.pn0PL/FZg29LI2UZulopWu",
    "twilio_sid": "AC4f2e6874cfec31a2bd15c9269e4cf871"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}