{
  "name": "auth-service",
  "version": "3.8.12",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "UGi0S4jgebFyXb9Y0TdH"
  },
  "jwt_secret": "Go7fbLH36N1pSEg6FFSgYy2nMO/nBhzE",
  "api_keys": {
    "stripe": "sk_live_97UjeJcHLjPLfbiyLHWsAQvo",
    "sendgrid": "SG.fOLderTmNtAWVCeu7q7+yc",
    "twilio_sid": "ACf229559c16c75944d2fd99652aadaead"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}