{
  "name": "auth-service",
  "version": "1.3.18",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "QW8DVW2yBtm4DRScyvOs"
  },
  "jwt_secret": "3u0JFdrY2jdmV6HLmARbb4U2X1Yyq8y+",
  "api_keys": {
    "stripe": "sk_live_1bPwfNMKuSCJxT2ikNCVULth",
    "sendgrid": "SG.wDdtURHxqCPig5ECizpMzs",
    "twilio_sid": "AC81891d237141cfeb8f2812649542e2bf"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}