Guest User

Untitled

a guest
Jun 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <connectionStrings>
  3. <!--
  4. Sitecore connection strings.
  5. All database connections for Sitecore are configured here.
  6. -->
  7. <add name="core" connectionString="user id=user;password=password;Data Source=(server);Database=Sitecore_Core"/>
  8. <add name="master" connectionString="user id=user;password=password;Data Source=(server);Database=Sitecore_Master"/>
  9. <add name="web" connectionString="user id=user;password=password;Data Source=(server);Database=Sitecore_Web"/>
  10. <add name="sessions" connectionString="user id=sa;password=12345;data source=.SQL2016;database=Sitecore_Sitecore.Sessions"/>
  11. <add name="experienceforms" connectionString="user id=user;password=password;Data Source=(server);Database=Sitecore_ExperienceForms"/>
  12.  
  13.  
  14. </connectionStrings>
Add Comment
Please, Sign In to add comment