Versions Compared

Key

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

...

  • Parameter
    summarySecurity configuration
    namesecurity
    typejson

    • Parameter
      summaryEnables or not the security
      defaultfalse
      nameenable
      typeboolean
    • Parameter
      summaryIndicates the encryption key used in all encryption/decryption process
      nameencryptionKey
    • Parameter
      summaryPath to the file holding the encryption key. Recommended over encryptionKey
      nameencryptionKeyFile

    • Parameter
      summaryNumber of seconds of inactivity before expiring a session
      default600
      nameinactiveInterval
      typeinteger



Note

We recommend the use of encryptionKeyFile over the

...

encryptionKey directly in the configuration file. Never use both a the same time


    • Parameter
      summaryUser profiles definitions, an array of json objects, each one representing a user
      nameusers
      typejson
       (server only)
      • Parameter
        summaryuser account
        nameusername
         (server only)
      • Parameter
        summaryUser password
        namepassword
         (server only)
      • Parameter
        summaryUser roles
        nameroles
        typestring array
         (not in use yet) (server only)
  • Parameter
    summarySSL configuration
    namessl
    typejson
     (server only)
    • Parameter
      summaryEnables and disables the use of the SSL
      defaultfalse
      nameenable
      typeboolean
       (server only)
    • Parameter
      summarykey store holding the certificate
      namekeyStore
       (server only)
    • Parameter
      summaryPassword of the key store
      namekeyStorePassword
       (server only)

...