{
  "name": "user-service",
  "version": "1.9.25",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "slHuxovkIQMGh1GiNj9U"
  },
  "jwt_secret": "2VgIW78+AIXfDa7fcqBwZNePg9giD8QD",
  "api_keys": {
    "stripe": "sk_live_F1HtFu5588MrlLImphLCETAd",
    "sendgrid": "SG.IyUf+BONy2i79Ulqtyaq1Q",
    "twilio_sid": "AC2e61589a08ba8dd4ffc7fddfe19ce75a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}