Mercurial > altnet-hispano
annotate Agendas/trunk/src/Agendas.Tests/App.config @ 128:1e47bf408073
Asignacion de los publicadores configurados en web.config al factory de agenda
(mediante CompositePublicador)
author | jorge.rowies |
---|---|
date | Mon, 04 Jul 2011 20:00:51 -0300 |
parents | 3700b77ed455 |
children |
rev | line source |
---|---|
63 | 1 <?xml version="1.0" encoding="utf-8" ?> |
2 <configuration> | |
127 | 3 |
4 <configSections> | |
5 <section name="publicadoresSection" type="AltNetHispano.Agendas.Web.PublicadorConfigurationSection, AltNetHispano.Agendas.Web"/> | |
6 </configSections> | |
7 | |
63 | 8 <connectionStrings> |
9 <add name="AltNetHispano" connectionString="Data Source=.\sqlexpress;Initial Catalog=AltNetHispano_Test;Integrated Security=SSPI"/> | |
10 </connectionStrings> | |
127 | 11 |
12 <publicadoresSection> | |
13 <publicadores> | |
128
1e47bf408073
Asignacion de los publicadores configurados en web.config al factory de agenda
jorge.rowies
parents:
127
diff
changeset
|
14 <add name="Blog" componentKey="publicador.blog" enabled="false"/> |
1e47bf408073
Asignacion de los publicadores configurados en web.config al factory de agenda
jorge.rowies
parents:
127
diff
changeset
|
15 <add name="Twitter" componentKey="publicador.twitter" enabled="true"/> |
127 | 16 </publicadores> |
17 </publicadoresSection> | |
18 | |
63 | 19 </configuration> |