{
  "name": "auth-service",
  "version": "2.7.22",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "tY8deIxFFaDtEGxOptOP"
  },
  "jwt_secret": "euyl8XnJFM7PdDuGDqQdNHrDCarFS17G",
  "api_keys": {
    "stripe": "sk_live_wc4NNQmUhQgW4PRLvrvPyJCQ",
    "sendgrid": "SG.dUDn6427hUNNifBIhMWEQ3",
    "twilio_sid": "ACd86785ec18899c7e78c20a03b4a47183"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}