Function replaceDbConstantBool

  • Replaces a database constant boolean value in the given configuration content.

    Parameters

    • configContent: string

      The content of the configuration.

    • constantName: string

      The name of the constant to be replaced.

    • userDefinedValue: string

      The user-defined value to replace the constant with.

    Returns string

    The updated configuration content with the replaced constant.

Generated using TypeDoc