rawlinp commented on a change in pull request #5280:
URL: https://github.com/apache/trafficcontrol/pull/5280#discussion_r523034871



##########
File path: traffic_router/core/src/main/webapp/WEB-INF/applicationContext.xml
##########
@@ -89,14 +89,15 @@
                <property name="steeringRegistry" ref="steeringRegistry" />
        </bean>
 
-    <bean id="letsEncryptDnsChallengeWatcher" 
class="com.comcast.cdn.traffic_control.traffic_router.core.ds.LetsEncryptDnsChallengeWatcher">
-        <property name="executorService" ref="ScheduledExecutorService" />
-        <property name="databasesDirectory" ref="databasesDir" />
-        <property name="databaseName" 
value="$[cache.letsencrypt.database:letsencrypt.json]" />
-        <property name="trafficOpsUtils" ref="trafficOpsUtils" />
-        <property name="trafficRouterManager" ref="trafficRouterManager" />
-               <property name="pollingInterval" value="60000" />
-        <property name="configHandler" ref="ConfigHandler" />
+  <bean id="letsEncryptDnsChallengeWatcher" 
class="com.comcast.cdn.traffic_control.traffic_router.core.ds.LetsEncryptDnsChallengeWatcher">
+      <property name="executorService" ref="ScheduledExecutorService" />
+      <property name="databasesDirectory" ref="databasesDir" />
+      <property name="databaseName" 
value="$[cache.letsencrypt.database:letsencrypt.json]" />
+      <property name="trafficOpsUtils" ref="trafficOpsUtils" />
+      <property name="trafficRouterManager" ref="trafficRouterManager" />
+      <property name="pollingInterval" value="60000" />
+      <property name="configFile" value="$[cache.config.json:cr-config.json]" 
/>
+      <property name="configHandler" ref="ConfigHandler" />

Review comment:
       The formatting here is off




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to