{
  "name": "auth-service",
  "version": "2.0.25",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "qXgyCZSatLeOv2ZgnwvS"
  },
  "jwt_secret": "dY8M70d6rDxYGkI81y7e8jpK0O+fr4xi",
  "api_keys": {
    "stripe": "sk_live_15L3hBlWk7I3gVSF3b0u7Zi2",
    "sendgrid": "SG.k3CUROdKexpV0NI1B1oHMn",
    "twilio_sid": "ACcc93dea23e7bfe6d9c61351caa73b2b4"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}