13996: Migrate majority of defaults to config.defaults.yml
[arvados.git] / services / api / lib / tasks / config_dump.rake
index c7e021488a84ac75712bea7554d450b82ece0b3a..4532225a37e8ea34e1ea83bf188106e94fb31d1e 100644 (file)
@@ -1,6 +1,10 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 namespace :config do
   desc 'Show site configuration'
   task dump: :environment do
-    puts $application_config.to_yaml
+    puts $arvados_config.to_yaml
   end
 end