{
  "name": "user-service",
  "version": "3.7.11",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "NfreaUlCAqxuD2fspfIF"
  },
  "jwt_secret": "F7jgx3r7234YPPKCeLTO41T/TEzujOBu",
  "api_keys": {
    "stripe": "sk_live_a4cxHNy8S6NxSmM9kefes8XO",
    "sendgrid": "SG.Qj6Jig4iX/7SM6h9SLYcOj",
    "twilio_sid": "AC998085732353a6bc024df496254572c8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}