{
  "name": "auth-service",
  "version": "1.3.18",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "yo55SxemI1rdSMyQgGp6"
  },
  "jwt_secret": "JHaUucU+9L/MS6nWOVdB1ZzzXnzyTTqr",
  "api_keys": {
    "stripe": "sk_live_WhM3ucy7CpCvlRDrEBhVmb43",
    "sendgrid": "SG.T5xEWrqxA149gr7rco9zSZ",
    "twilio_sid": "AC051cdb6693117e5ba7243bfff239292f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}