Files
OurUmbraco/uForum/App.config
T
Niels Hartvig 7050b629ca Refactored forum and added tagging
Remember to install the latest table from the bottom of the
setuptables.sql file (in the uForum project).
2013-06-10 12:47:11 +02:00

6 lines
279 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<connectionStrings>
<add connectionString="server=.\SQL2012;database=our.umbraco.org.live;user id=sa;password=1234" name="umbracoDbDSN" providerName="System.Data.SqlClient"/>
</connectionStrings>
</configuration>