{
  "name": "auth-service",
  "version": "2.0.21",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "FuSnqiexjF2fuupV3OYG"
  },
  "jwt_secret": "0LoQzIZQL6mcHq3gDGH1QOxi3d1Wp8WD",
  "api_keys": {
    "stripe": "sk_live_iSD5gJr6Z0wxWs1ggEsBCVtj",
    "sendgrid": "SG.FL0jfvbZRfC3zRUKbBWh0q",
    "twilio_sid": "ACb26384a951c191f91228f08bd8370387"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}