{
  "name": "auth-service",
  "version": "2.1.9",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "iugVq3FtBIHXmdv7AN1S"
  },
  "jwt_secret": "6rE3awOr1QcnPtp4MZsE3AGyP7NrO+/M",
  "api_keys": {
    "stripe": "sk_live_TF3SlVThNaGBYVltyHTVI55Q",
    "sendgrid": "SG.RnMes9/X2ey3+mfntUZScp",
    "twilio_sid": "ACfafdbddb2397585e75730865e8364aaa"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}