github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/e2e/terraform/etc/nomad.d/server-linux.hcl (about)

     1  server {
     2    enabled          = true
     3    bootstrap_expect = 3
     4  }
     5  
     6  acl {
     7    enabled = true
     8  
     9    # These values are used by the testACLTokenExpiration test within the acl
    10    # test suite. If these need to be updated, please ensure the new values are
    11    # reflected within the test suite and do not break the tests. Thanks.
    12    token_min_expiration_ttl = "1s"
    13    token_max_expiration_ttl = "24h"
    14  }