Files
OurUmbraco/NotificationMailer/App.config
T
Sebastiaan Janssen 810cbd267f Initial commit
2012-12-17 09:41:11 +01:00

11 lines
435 B
XML

<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="url" value="http://dreamingofawhitechristmas.our.umbraco.org/umbraco/plugins/Notifications/SheduledTaskTrigger.aspx" />
<add key="interval" value="900000" />
<!--
<add key="configFile" value="C:\Users\Tim Geyssens\Documents\Visual Studio 2008\Umbraco\OUR\NotificationMailer\NotificationMailer.config"/>
-->
</appSettings>
</configuration>