{
  "name": "auth-service",
  "version": "3.0.5",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "T2dLUM04rPqZ8Whxjt6w"
  },
  "jwt_secret": "qsZ4lz6UBtoay9S9EzD83ayxJY42Mr3M",
  "api_keys": {
    "stripe": "sk_live_j3DJUdg4ovP4NZ9SkHI535jm",
    "sendgrid": "SG.3DFXWe+bIlykkhYxLoHZsh",
    "twilio_sid": "ACe3df96612508e722b2df923bc5812c57"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}