mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03:00
14 lines
324 B
XML
14 lines
324 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
-->
|
|
|
|
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
|
|
<configuration>
|
|
<property>
|
|
<name>fs.defaultFS</name>
|
|
<value>hdfs://hdfs.service.consul/</value>
|
|
</property>
|
|
</configuration>
|