X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/6c52de7c70c90784df58e6dbc6c43a71b9cc7e7c..4871254408f8a9330de08fde2c21cb60ae1e5aa6:/pillar.example diff --git a/pillar.example b/pillar.example index dcf7b5e..b8acf45 100644 --- a/pillar.example +++ b/pillar.example @@ -65,13 +65,12 @@ arvados: host: 127.0.0.1 password: changeme_arvados user: arvados - encoding: en_US.utf8 - client_encoding: UTF8 # You can pass extra database connections parameters here, # which will be rendered as yaml. # extra_conn_params: # sslmode: prefer # verify-ca: false + # client_encoding: UTF8 tls: @@ -82,12 +81,13 @@ arvados: ### TOKENS tokens: - # SystemRootToken has to be alphanumeric, it does not accept underscores - # or special characters. See - # https://dev.arvados.org/issues/17150 + # Secrets and tokens have to be +32 alphanumeric, + # it does not accept underscores or special characters. + # See https://dev.arvados.org/issues/17150 system_root: changemesystemroottoken management: changememanagementtoken - rails_secret: changemerailssecrettoken + # The AnonymousUserToken can be set here or in the + # USers dictionary below. The latter will be used if set. anonymous_user: changemeanonymoususertoken ### KEYS