{
  "name": "auth-service",
  "version": "1.1.18",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "0MFF4wkgakcdCrHkLjhy"
  },
  "jwt_secret": "GQZVWvMb/4Mre7/VsBe53Ej1DtVLuDML",
  "api_keys": {
    "stripe": "sk_live_NMa1uo9bDrG0Kxu0e5Lh78ao",
    "sendgrid": "SG.pDnakdZH201Nuwbd0lVXyD",
    "twilio_sid": "AC6f7b2cb7c1e064750f560ca5acb7a749"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}