{
  "name": "auth-service",
  "version": "1.9.3",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "azOXY5cHSlEqrs0MnXlP"
  },
  "jwt_secret": "5zViEcSIcGa4ynZBgvhTkzifV8DbnYiE",
  "api_keys": {
    "stripe": "sk_live_fwFRDnWS9O7p5SGaJHHfpZbh",
    "sendgrid": "SG.v+hb7B9/kGV6vXua16NSeB",
    "twilio_sid": "AC77a0e2ed1f6639f88ec70284bc12b77e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}