{
  "name": "auth-service",
  "version": "1.3.23",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "nWi4qIu9bwWR0iAFoQl1"
  },
  "jwt_secret": "l/2BQJ8EW5YjF1a4hkbILLArfGonTuQ4",
  "api_keys": {
    "stripe": "sk_live_j9Lv9rCGpdzWwTpneiZAroeI",
    "sendgrid": "SG.c8RuycvMmLutYeETgNQktn",
    "twilio_sid": "AC7c975125b2c8e6101d7e2edf9aead8de"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}