{
  "name": "user-service",
  "version": "2.6.25",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "IF3dPg6xkwEKbZPayiGq"
  },
  "jwt_secret": "HApjtmGfuFhDpK/ARuTC/sF5kbnmQe3R",
  "api_keys": {
    "stripe": "sk_live_9NvTx34NssPtAyyZf60hpMph",
    "sendgrid": "SG.l8d1JAVns9j0t0pGehl1Cx",
    "twilio_sid": "AC07034a79e8773b2c8560079b19062f91"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}