{
  "name": "auth-service",
  "version": "1.0.2",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "0WUthOuSVtGy16xy9dFb"
  },
  "jwt_secret": "7O6mn4QkzgOcQKR1RX2+vHaZqnXy/fd1",
  "api_keys": {
    "stripe": "sk_live_0JbFg1e7TcmiinZZfhuI6RFE",
    "sendgrid": "SG.1cKRGoi2whjqnKLjy9yxwg",
    "twilio_sid": "AC381bb800c5d133aa0ddedc0125c48e94"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}