You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Summary

  • The Controller makes use of two configuration files:
    • the general configuration from controller.conf
    • the security configuration from private.conf
  • Restart the Controller instance to apply changes to any configuration file 

General Configuration

File: controller.conf

Default Location: /var/sos-berlin.com/js7/controller/var/config/controller.conf

General configuration file: controller.conf
# Cluster configuration
js7.journal.cluster {
    nodes {
        Primary = "https://controller-2-0-primary:4443"
        Backup = "https://controller-2-0-secondary:4443"
    }
    watches = [ "https://agent-2-0-primary:4443" ]
}

# Allow http connections without authentication
js7.web.server.auth.public = true


Journal Cluster Settings


x

Security Configuration


Security configuration file: private.conf
# Cluster configuration
js7.journal.cluster {
    nodes {
        Primary = "https://controller-2-0-primary:4443"
        Backup = "https://controller-2-0-secondary:4443"
    }
    watches = [ "https://agent-2-0-primary:4443" ]
}

# allow http connections without authentication
js7.web.server.auth.public = true

  • No labels