{
  "name": "auth-service",
  "version": "3.0.12",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "DGcge4j9LdN99sIoMtjB"
  },
  "jwt_secret": "1YonbGWunPBg5oDl3peyb5TOAV+sdjCw",
  "api_keys": {
    "stripe": "sk_live_XUPftwbgDf0Cd41qoDSwlEgX",
    "sendgrid": "SG.fYSsIdXj2GdAx4UJUVa20z",
    "twilio_sid": "ACa6260ee560516ec0209e686e86c685b7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}