Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <appSettings>
  4. <add key="Raven/Port" value="8080"/>
  5. <add key="Raven/DataDir" value="D:dataRaven.DataSystem"/>
  6. <add key="Raven/Authorization/Windows/RequiredGroups" value="Raven_Administrators_Group" />
  7. <add key="Raven/AnonymousAccess" value="None" />
  8. </appSettings>
  9. <runtime>
  10. <loadFromRemoteSources enabled="true"/>
  11. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  12. <probing privatePath="Analyzers;Plugins"/>
  13. </assemblyBinding>
  14. </runtime>
  15. </configuration>
  16.  
  17. {
  18. "RequiredGroups": [
  19. {
  20. "Name": ".\Raven_Administrators_group",
  21. "Enabled": true,
  22. "Databases": [
  23. {
  24. "Admin": true,
  25. "TenantId": "*",
  26. "ReadOnly": false
  27. }
  28. ]
  29. }
  30. ],
  31. "RequiredUsers": []
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement