X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/234878d253910806a12f599cef8484c8890e7ef9..2887fa9c26cfd4ae6379e2cf4e6c5d50aaa0dd11:/lib/config/config.default.yml diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml index d46c5c0ae1..bea6387532 100644 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@ -109,6 +109,11 @@ Clusters: # update on the permission view in the future, if not already scheduled. AsyncPermissionsUpdateInterval: 20 + # RailsSessionSecretToken is a string of alphanumeric characters + # used by Rails to sign session tokens. IMPORTANT: This is a + # site secret. It should be at least 50 characters. + RailsSessionSecretToken: "" + Users: # Config parameters to automatically setup new users. If enabled, # this users will be able to self-activate. Enable this if you want