{
  "name": "auth-service",
  "version": "3.8.5",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "aWyHXSFJ1Y5HLfX2nbDQ"
  },
  "jwt_secret": "5Obd0K4GNzpmtWVZ4KhEKYN5jhK+jtSr",
  "api_keys": {
    "stripe": "sk_live_y7RcBVoUMCbQrf1pGB8tVyUe",
    "sendgrid": "SG.FytseHGPmhnKgXT3dtTO33",
    "twilio_sid": "AC6e05fdaf235e33c1c3881fce1e150033"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}