{
  "name": "auth-service",
  "version": "1.4.7",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "cepIgILHXLcgA93CcpPw"
  },
  "jwt_secret": "iHTTdniHKQtTLGjI3XoMB0QuJpprbk6H",
  "api_keys": {
    "stripe": "sk_live_l9bP02h5Mn6WNY1nwJHtPL4Y",
    "sendgrid": "SG.6owXEIRBRl389pAjsPmBu/",
    "twilio_sid": "ACe595f5ffe8d46d25589a037fa560fdde"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}