yavsc/web/Web.LuaDebug.config
Paul Schneider 5a4179d051 La notification à la demande de devis,
côté sérveur.

* Makefile:
* Yavsc.sln:
* pkg.mdproj:
* Yavsc.csproj:
* Presta.csproj:
* TestAPI.csproj:
* YavscModel.csproj:
* fortune.csproj:
* WebControls.csproj:
* YavscClient.csproj:
* SalesCatalog.csproj:
* ITContentProvider.csproj:
* NpgsqlMRPProviders.csproj:
* NpgsqlBlogProvider.csproj:
* NpgsqlContentProvider.csproj: ajout d'une configuration de debuggage
  pour Lua

* App.master:
* LocalizedText.resx:
* LocalizedText.fr.resx:
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs: traductions

* EventPub.aspx: debug sur page encore inutilisée

* NominativeEventPub.cs: implémentation du nom de préstataire dans la
  notification nominative

* Commande.cs: code plus simple

* GoogleHelpers.cs:
* MessageWithPayLoad.cs: fixe l'envoi de la notification GCM

* MessageWithPayloadResponse.cs: fixe la réception de la notification
  GCM

* WorkFlowManager.cs: envoyer un notification GCM + email à la demande
  de devis
2015-12-24 13:59:07 +01:00

42 lines
2 KiB
XML

<?xml version="1.0"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<system.net>
<mailSettings xdt:Transform="Replace">
<smtp deliveryMethod="network" from="paulschneider@free.fr" >
<network host="smtp.free.fr" port="25" defaultCredentials="false" />
</smtp>
</mailSettings>
</system.net>
<system.web>
<profile>
<properties>
<add name="UITheme" allowAnonymous="true" defaultValue="dark" xdt:Transform="Replace" xdt:Locator="Match(name)" />
</properties>
</profile>
</system.web>
<connectionStrings>
<add name="yavsc" connectionString="Server=127.0.0.1;Port=5432;Database=lua;User Id=lua;Password=vEk5g#K3;" providerName="Npgsql" xdt:Transform="Replace" xdt:Locator="Match(name)" />
</connectionStrings>
<paypal>
<settings>
<add name="mode" value="sandbox" />
<!-- live or sandbox -->
<add name="connectionTimeout" value="30000" />
<!-- (miliseconds) = 30s -->
<add name="requestRetries" value="1" />
<!-- -->
<add name="clientId" value="A9S6jrem3H0gdj8tQ2q1ahSCU38tAJRyiro7eED13h3Syn6C9ZSKSRkl" xdt:Transform="Replace" xdt:Locator="Match(name)" />
<!-- -->
<add name="clientSecret" value="PLF77VGTZGGSSZAY" xdt:Transform="Replace" xdt:Locator="Match(name)" />
<!-- -->
</settings>
</paypal>
<appSettings>
<add key="Name" value="Lua" xdt:Transform="Replace" xdt:Locator="Match(key)" />
<add key="AdminEMail" value="contact@pschneider.fr" xdt:Transform="Replace" xdt:Locator="Match(key)" />
<add key="OwnerEMail" value="paul@pschneider.fr" xdt:Transform="Replace" xdt:Locator="Match(key)" />
<add key="GOOGLE_API_KEY" value="AIzaSyCF7Bgz-W_p26bbMzxp1ukdgg3LMDHzAo0" xdt:Transform="Replace" xdt:Locator="Match(key)" />
<add key="GOOGLE_CLIENT_ID" value="325408689282-6bekh7p3guj4k0f3301a6frf025cnrk1.apps.googleusercontent.com" xdt:Transform="Replace" xdt:Locator="Match(key)" />
<add key="GOOGLE_CLIENT_SECRET" value="MaxYcvJJCs2gDGvaELZbzwfL" xdt:Transform="Replace" xdt:Locator="Match(key)" />
</appSettings>
</configuration>