Skip to content

Commit ef343d4

Browse files
committed
rename all config files to *.yaml
1 parent ab835ba commit ef343d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/etcd_service.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<name>etcd</name>
44
<description>Distributed reliable key-value store</description>
55
<executable>%BASE%\etcd.exe</executable>
6-
<arguments>--config-file=%BASE%\etcd.conf</arguments>
6+
<arguments>--config-file=%BASE%\etcd.yaml</arguments>
77
<logpath>%BASE%\log</logpath>
88
<onfailure action="restart" />
99
</service>

src/patroni_service.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<name>Patroni HA Windows Service</name>
44
<description>Patroni high-availability solution using Python and etcd</description>
55
<executable>python.exe</executable>
6-
<arguments>%BASE%\patroni.py %BASE%\patroni.yml</arguments>
6+
<arguments>%BASE%\patroni.py %BASE%\patroni.yaml</arguments>
77
<stopparentprocessfirst>true</stopparentprocessfirst>
88
<log mode="roll"></log>
99
<logpath>%BASE%\log</logpath>

src/vip_service.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<name>vip-manager</name>
44
<description>Manager for a virtual IP based on state kept in etcd or Consul </description>
55
<executable>%BASE%\vip-manager.exe</executable>
6-
<arguments>-config %BASE%\vip-manager.yml</arguments>
6+
<arguments>-config %BASE%\vip-manager.yaml</arguments>
77
<logpath>%BASE%\log</logpath>
88
</service>

0 commit comments

Comments
 (0)