diff --git a/artman/config/loader.py b/artman/config/loader.py index fc704cec..b3a09e0a 100644 --- a/artman/config/loader.py +++ b/artman/config/loader.py @@ -52,6 +52,7 @@ 'ruby_gapic': {'language': 'RUBY', 'type': 'GAPIC'}, 'csharp_gapic': {'language': 'CSHARP', 'type': 'GAPIC'}, 'gapic_config': {'type': 'GAPIC_CONFIG'}, + 'discogapic_config': {'type': 'DISCOGAPIC_CONFIG'}, 'php_grpc': {'language': 'JAVA', 'type': 'GRPC'}, }