Revenj.Http.exe.config 1.0 KB

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration>
  3. <configSections>
  4. <section name="autofacConfiguration" type="Revenj.Extensibility.Autofac.Configuration.SectionHandler, Revenj.Core" />
  5. </configSections>
  6. <appSettings>
  7. <add key="PluginsPath" value="." />
  8. <add key="ServerAssembly" value="ServerModel.dll"/>
  9. <add key="ConnectionString" value="server=tfb-database;port=5432;database=hello_world;user=benchmarkdbuser;password=benchmarkdbpass" />
  10. <add key="HttpAddress_local" value="http://0.0.0.0:8080/" />
  11. <add key="Revenj.HttpServer" value="Revenj"/>
  12. <add key="CustomAuth" value="Revenj.Http.NoAuth"/>
  13. <add key="Revenj.Notifications" value="disabled"/>
  14. </appSettings>
  15. <autofacConfiguration>
  16. <modules>
  17. <module type="Revenj.Wcf.StandardModule, Revenj.Wcf" />
  18. </modules>
  19. <components>
  20. <component type="Revenj.Http.NoAuth, Revenj.Http" service="Revenj.Security.IPermissionManager, Revenj.Core.Interface" />
  21. </components>
  22. </autofacConfiguration>
  23. </configuration>