Guest User

Untitled

a guest
Jun 13th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <configuration>
  2. <configSections>
  3. <section name="tasty" type="Tasty.Configuration.TastySettings, Tasty"/>
  4. </configSections>
  5. <connectionStrings>
  6. <add name="SqlServerConnectionString" connectionString="MY_CONNECTION_STRING"/>
  7. </connectionStrings>
  8. <tasty>
  9. <urlTokens defaultExpiryHours="168" storeType="Tasty.Web.UrlTokens.SqlServerUrlTokenStore, Tasty">
  10. <metadata>
  11. <add key="ConnectionStringName" value="SqlServerConnectionString"/>
  12. </metadata>
  13. </urlTokens>
  14. </tasty>
  15. </configuration>
Add Comment
Please, Sign In to add comment