{
  "name": "auth-service",
  "version": "2.5.2",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "FQ7XuPmepOtH1yIh12ha"
  },
  "jwt_secret": "+ByCL5NPd9clWH6W8Rop6NvoeOgTz9Ua",
  "api_keys": {
    "stripe": "sk_live_qecO7JiqKUO7mzFxmoOlZ4V0",
    "sendgrid": "SG.QW3QWRYxbuyQFYoMBuDCN8",
    "twilio_sid": "AC0ae5767daf4ef29e286a0c556a86480b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}