Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / lib / tasks / config_dump.rake
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 namespace :config do
6   desc 'Show site configuration'
7   task dump: :environment do
8     puts $application_config.to_yaml
9   end
10 end