{
  "name": "auth-service",
  "version": "1.2.3",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "e8F3NXZYB38BlIMtk8T2"
  },
  "jwt_secret": "AO2iD7HVCp1hl7r71U7oS5MriwIDcojy",
  "api_keys": {
    "stripe": "sk_live_es4OV0nDfjPsFwZyhn2w6DKg",
    "sendgrid": "SG.q4UpdaPWETOHLXLk0fdNd0",
    "twilio_sid": "AC4295df7177951e45cf343b8ecb617b5e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}