X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/58d56a2531e61ae2a665acdfe70f26c95cae774e..c0eba3250e02beec9eae3c9c6a8df1b7a3188fb2:/docker/config.rb diff --git a/docker/config.rb b/docker/config.rb index 547a2548ab..81642bfb41 100755 --- a/docker/config.rb +++ b/docker/config.rb @@ -9,12 +9,6 @@ config = YAML.load_file('config.yml') # Add dynamically chosen config settings. These settings should # be suitable for any installation. -# The APP_SECRET the application uses (with OMNIAUTH_APP_ID) to -# authenticate itself to Omniauth. By default this is generated -# randomly when the application is built; you can instead -# substitute a hardcoded string. -config['OMNIAUTH_APP_SECRET'] = rand(2**512).to_s(36) - # Any _PW/_SECRET config settings represent passwords/secrets. If they # are blank, choose a password randomly. config.each_key do |var|