Instance Propertyvapor 4.106.2Vapor

    isRelease

    true if this environment is meant for production use cases.

    Environment.swift:143
    var isRelease: Bool { get }

    This usually means reducing logging, disabling debug information, and sometimes providing warnings about configuration states that are not suitable for production.

    Other members in extension

    Types

    • struct Process

      The process information of an environment. Wraps ProcessInto.processInfo.

    Type members

    Instance members