{
  "name": "auth-service",
  "version": "3.6.28",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Ea0vVmiizNZ3WFAGeobc"
  },
  "jwt_secret": "1pjrq9W8frSGNZ5ZAQF52zfwN/qdUyJj",
  "api_keys": {
    "stripe": "sk_live_851ihVVzeVtVYU3ICHs0LqKl",
    "sendgrid": "SG.ooE1fuoSl6DujIrEvHq0v9",
    "twilio_sid": "AC6dd15aac71d8aeee4141155bbe944c55"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}