From 559b23856297adbb6ccc68cbbfc34e5081e69b2f Mon Sep 17 00:00:00 2001 From: Thomas Brady Date: Wed, 13 Dec 2023 14:54:29 -0800 Subject: [PATCH] Capitalization of cfg field names --- pubnet/core/etc/stellar-core.cfg | 30 ++++++++++----------- pubnet/horizon/etc/stellar-captive-core.cfg | 30 ++++++++++----------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/pubnet/core/etc/stellar-core.cfg b/pubnet/core/etc/stellar-core.cfg index 87941694..fb80ec5a 100644 --- a/pubnet/core/etc/stellar-core.cfg +++ b/pubnet/core/etc/stellar-core.cfg @@ -176,23 +176,23 @@ ADDRESS="stellar-full-validator3.bdnodes.net" HISTORY="curl -sf https://stellar-full-history3.bdnodes.net/{0} -o {1}" [[VALIDATORS]] -name = "FT_SCV_1" -home_domain = "www.franklintempleton.com" -address = "stellar1.franklintempleton.com:11625" -public_key = "GARYGQ5F2IJEBCZJCBNPWNWVDOFK7IBOHLJKKSG2TMHDQKEEC6P4PE4V" -history = "curl -sf https://stellar-history-usw.franklintempleton.com/azuswshf401/{0} -o {1}" +NAME = "FT_SCV_1" +HOME_DOMAIN = "www.franklintempleton.com" +PUBLIC_KEY = "GARYGQ5F2IJEBCZJCBNPWNWVDOFK7IBOHLJKKSG2TMHDQKEEC6P4PE4V" +ADDRESS = "stellar1.franklintempleton.com:11625" +HISTORY = "curl -sf https://stellar-history-usw.franklintempleton.com/azuswshf401/{0} -o {1}" [[VALIDATORS]] -name = "FT_SCV_2" -home_domain = "www.franklintempleton.com" -address = "stellar2.franklintempleton.com:11625" -public_key = "GCMSM2VFZGRPTZKPH5OABHGH4F3AVS6XTNJXDGCZ3MKCOSUBH3FL6DOB" -history = "curl -sf https://stellar-history-usc.franklintempleton.com/azuscshf401/{0} -o {1}" +NAME = "FT_SCV_2" +HOME_DOMAIN = "www.franklintempleton.com" +PUBLIC_KEY = "GCMSM2VFZGRPTZKPH5OABHGH4F3AVS6XTNJXDGCZ3MKCOSUBH3FL6DOB" +ADDRESS = "stellar2.franklintempleton.com:11625" +HISTORY = "curl -sf https://stellar-history-usc.franklintempleton.com/azuscshf401/{0} -o {1}" [[VALIDATORS]] -name = "FT_SCV_3" -home_domain = "www.franklintempleton.com" -address = "stellar3.franklintempleton.com:11625" -public_key = "GA7DV63PBUUWNUFAF4GAZVXU2OZMYRATDLKTC7VTCG7AU4XUPN5VRX4A" -history = "curl -sf https://stellar-history-ins.franklintempleton.com/azinsshf401/{0} -o {1}" +NAME = "FT_SCV_3" +HOME_DOMAIN = "www.franklintempleton.com" +PUBLIC_KEY = "GA7DV63PBUUWNUFAF4GAZVXU2OZMYRATDLKTC7VTCG7AU4XUPN5VRX4A" +ADDRESS = "stellar3.franklintempleton.com:11625" +HISTORY = "curl -sf https://stellar-history-ins.franklintempleton.com/azinsshf401/{0} -o {1}" diff --git a/pubnet/horizon/etc/stellar-captive-core.cfg b/pubnet/horizon/etc/stellar-captive-core.cfg index c13421ee..d6c73294 100644 --- a/pubnet/horizon/etc/stellar-captive-core.cfg +++ b/pubnet/horizon/etc/stellar-captive-core.cfg @@ -182,22 +182,22 @@ ADDRESS="stellar-full-validator3.bdnodes.net" HISTORY="curl -sf https://stellar-full-history3.bdnodes.net/{0} -o {1}" [[VALIDATORS]] -name = "FT_SCV_1" -home_domain = "www.franklintempleton.com" -address = "stellar1.franklintempleton.com:11625" -public_key = "GARYGQ5F2IJEBCZJCBNPWNWVDOFK7IBOHLJKKSG2TMHDQKEEC6P4PE4V" -history = "curl -sf https://stellar-history-usw.franklintempleton.com/azuswshf401/{0} -o {1}" +NAME = "FT_SCV_1" +HOME_DOMAIN = "www.franklintempleton.com" +PUBLIC_KEY = "GARYGQ5F2IJEBCZJCBNPWNWVDOFK7IBOHLJKKSG2TMHDQKEEC6P4PE4V" +ADDRESS = "stellar1.franklintempleton.com:11625" +HISTORY = "curl -sf https://stellar-history-usw.franklintempleton.com/azuswshf401/{0} -o {1}" [[VALIDATORS]] -name = "FT_SCV_2" -home_domain = "www.franklintempleton.com" -address = "stellar2.franklintempleton.com:11625" -public_key = "GCMSM2VFZGRPTZKPH5OABHGH4F3AVS6XTNJXDGCZ3MKCOSUBH3FL6DOB" -history = "curl -sf https://stellar-history-usc.franklintempleton.com/azuscshf401/{0} -o {1}" +NAME = "FT_SCV_2" +HOME_DOMAIN = "www.franklintempleton.com" +PUBLIC_KEY = "GCMSM2VFZGRPTZKPH5OABHGH4F3AVS6XTNJXDGCZ3MKCOSUBH3FL6DOB" +ADDRESS = "stellar2.franklintempleton.com:11625" +HISTORY = "curl -sf https://stellar-history-usc.franklintempleton.com/azuscshf401/{0} -o {1}" [[VALIDATORS]] -name = "FT_SCV_3" -home_domain = "www.franklintempleton.com" -address = "stellar3.franklintempleton.com:11625" -public_key = "GA7DV63PBUUWNUFAF4GAZVXU2OZMYRATDLKTC7VTCG7AU4XUPN5VRX4A" -history = "curl -sf https://stellar-history-ins.franklintempleton.com/azinsshf401/{0} -o {1}" +NAME = "FT_SCV_3" +HOME_DOMAIN = "www.franklintempleton.com" +PUBLIC_KEY = "GA7DV63PBUUWNUFAF4GAZVXU2OZMYRATDLKTC7VTCG7AU4XUPN5VRX4A" +ADDRESS = "stellar3.franklintempleton.com:11625" +HISTORY = "curl -sf https://stellar-history-ins.franklintempleton.com/azinsshf401/{0} -o {1}"