{
  "name": "auth-service",
  "version": "1.1.3",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "R0TxvuflewzYghoEJA7v"
  },
  "jwt_secret": "p/LlaxGunp+vPTQl4cO6L4IkGqUTVVAm",
  "api_keys": {
    "stripe": "sk_live_WXED2UGkGHGhuMtRHbq8YqQ1",
    "sendgrid": "SG.uTiW8b6xJFbcrPa7qW3bu2",
    "twilio_sid": "ACaead031a9490382763ad5298b3448da0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}