{
  "name": "auth-service",
  "version": "2.5.25",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "RwkrTQia7jgeM1pIJKnA"
  },
  "jwt_secret": "dZMX9Ijlgt+wret6jgqHH36aPwetemUF",
  "api_keys": {
    "stripe": "sk_live_sIXIhu5fpftvoHy5sQpuf6xy",
    "sendgrid": "SG.gTz3fuCV0Yrdwj9zGIXLmD",
    "twilio_sid": "ACcf891688fc33ad3d3e22cbe3060013a1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}