{
  "name": "auth-service",
  "version": "1.2.13",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "y9uQ2qLjsvazmkvZ4nOl"
  },
  "jwt_secret": "SGugnDiSEcPqb0kYYIx1ssT9jv92NL5P",
  "api_keys": {
    "stripe": "sk_live_39R0NfBuPk92CMiy3Wu4sXKZ",
    "sendgrid": "SG.q0+rTJ0w3it0ZqGolEI8Xa",
    "twilio_sid": "AC9f2b6730a5aa1ba85fc51a4f4de2376c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}