Skip to content

Type Alias: AdonisRtuConfiguration

ts
type AdonisRtuConfiguration = Pick<
  ServerOptions,
  "path" | "transports" | "addTrailingSlash" | "allowEIO3"
>;

The options which can be configured via Adonis Configuration for the Adonis RTU server.