gavinlaking/vedeu

View on GitHub
docs/configuration/drb_host.md

Summary

Maintainability
Test Coverage
Sets the hostname or IP address of the DRb server.

    # Set:
    Vedeu.configure do
      drb_host 'localhost'
      # ...
    end

    # Get:
    Vedeu.config.drb_host