Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
titleGeneral configuration file example: agent.conf
linenumberstrue
collapsetrue
# General configuration
js7 {
    web {
        server {
            auth {
                # Allow http connections without authentication
js7.web.server.auth.                public = true
            }
        }
    }
}

js7.web.server: Authentication Settings

...