init repo
This commit is contained in:
7
ServerComponents/Bin/ConnectionStrings.config
Normal file
7
ServerComponents/Bin/ConnectionStrings.config
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<connectionStrings>
|
||||
<clear />
|
||||
<!-- Line to connect to the main base -->
|
||||
<add name="ConnectionString2" connectionString="Server=localhost;database=onlyoffice;user id=root;password=onlyoffice;pooling=True;Character Set=utf8" providerName="MySql.Data.MySqlClient" />
|
||||
<add name="FileStatisticConnectionString" connectionString="Server=localhost;database=onlyoffice;user id=root;password=onlyoffice;pooling=True;Character Set=utf8" providerName="MySql.Data.MySqlClient" />
|
||||
</connectionStrings>
|
||||
BIN
ServerComponents/Bin/FileConverter2.exe
Normal file
BIN
ServerComponents/Bin/FileConverter2.exe
Normal file
Binary file not shown.
27
ServerComponents/Bin/FileConverter2.exe.config
Normal file
27
ServerComponents/Bin/FileConverter2.exe.config
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
|
||||
</configSections>
|
||||
<log4net>
|
||||
<appender name="RollingLogFileAppender" type="log4net.Appender.RollingFileAppender">
|
||||
<layout type="log4net.Layout.PatternLayout">
|
||||
<param name="ConversionPattern" value="%d [%t] %-5p %c [%x] - %m%n" />
|
||||
</layout>
|
||||
<param name="File" value="E:\\Logs\\fileconverter-log-file.txt" />
|
||||
<param name="AppendToFile" value="true" />
|
||||
<param name="RollingStyle" value="Size" />
|
||||
<param name="MaximumFileSize" value="1MB" />
|
||||
<param name="MaxSizeRollBackups" value="10" />
|
||||
</appender>
|
||||
<root>
|
||||
<level value="ALL" />
|
||||
<appender-ref ref="RollingLogFileAppender" />
|
||||
</root>
|
||||
</log4net>
|
||||
<appSettings file="Settings.config">
|
||||
<add key="fileconverter.convert.presentationthemesdir" value="..\presentationthemes" />
|
||||
<add key="fileconverter.merge.script" value="merge.js" />
|
||||
<add key="fileconverter.merge.workdir" value="E:\Subversion\AVS\Sources\TeamlabOffice\trunk\OfficeWeb\Word\merge\" />
|
||||
</appSettings>
|
||||
</configuration>
|
||||
BIN
ServerComponents/Bin/FileConverterService2.exe
Normal file
BIN
ServerComponents/Bin/FileConverterService2.exe
Normal file
Binary file not shown.
41
ServerComponents/Bin/FileConverterService2.exe.config
Normal file
41
ServerComponents/Bin/FileConverterService2.exe.config
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
|
||||
</configSections>
|
||||
<log4net>
|
||||
<appender name="DebugAppender" type="log4net.Appender.DebugAppender">
|
||||
<layout type="log4net.Layout.PatternLayout">
|
||||
<param name="ConversionPattern" value="%d [%t] %-5p %c [%x] - %m%n" />
|
||||
</layout>
|
||||
</appender>
|
||||
<root>
|
||||
<level value="ERROR" />
|
||||
<appender-ref ref="DebugAppender" />
|
||||
</root>
|
||||
</log4net>
|
||||
<system.data>
|
||||
<DbProviderFactories>
|
||||
<clear />
|
||||
<add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data" />
|
||||
<add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite"/>
|
||||
</DbProviderFactories>
|
||||
</system.data>
|
||||
<connectionStrings configSource="ConnectionStrings.config"/>
|
||||
<appSettings file="Settings.config">
|
||||
<add key="sleeptimeout" value="5"/>
|
||||
<add key="sleeptimeoutiddle" value="5"/>
|
||||
<add key="maxconverttime" value="60"/>
|
||||
<add key="maxconverttimeiddle" value="300"/>
|
||||
<add key="maxconvertiddlefiles" value="5"/>
|
||||
<add key="maxdownloadbytes" value="100000000"/>
|
||||
<!--number of processes per processor-->
|
||||
<add key="maxprocesscount" value="1"/>
|
||||
|
||||
<!--download folder-->
|
||||
<add key="fileconverterservice.relativedir" value="..\origin"/>
|
||||
<add key="fileconverterservice.gc.removedtaskatonce" value="10" />
|
||||
<add key="fileconverterservice.gc.runperiod" value="3600" />
|
||||
<add key="fileconverterservice.percent.runperiod" value="500" />
|
||||
</appSettings>
|
||||
</configuration>
|
||||
BIN
ServerComponents/Bin/FileConverterUtils2.dll
Normal file
BIN
ServerComponents/Bin/FileConverterUtils2.dll
Normal file
Binary file not shown.
BIN
ServerComponents/Bin/Interop.ASCOfficeDocxFile2.dll
Normal file
BIN
ServerComponents/Bin/Interop.ASCOfficeDocxFile2.dll
Normal file
Binary file not shown.
BIN
ServerComponents/Bin/Interop.ASCOfficeFile.dll
Normal file
BIN
ServerComponents/Bin/Interop.ASCOfficeFile.dll
Normal file
Binary file not shown.
BIN
ServerComponents/Bin/Interop.ASCOfficePDFWriter.dll
Normal file
BIN
ServerComponents/Bin/Interop.ASCOfficePDFWriter.dll
Normal file
Binary file not shown.
BIN
ServerComponents/Bin/Interop.ASCOfficePPTXFile.dll
Normal file
BIN
ServerComponents/Bin/Interop.ASCOfficePPTXFile.dll
Normal file
Binary file not shown.
BIN
ServerComponents/Bin/Interop.ASCOfficeUtils.dll
Normal file
BIN
ServerComponents/Bin/Interop.ASCOfficeUtils.dll
Normal file
Binary file not shown.
BIN
ServerComponents/Bin/Interop.OfficeCore.dll
Normal file
BIN
ServerComponents/Bin/Interop.OfficeCore.dll
Normal file
Binary file not shown.
BIN
ServerComponents/Bin/Interop.XlsxSerializerCom.dll
Normal file
BIN
ServerComponents/Bin/Interop.XlsxSerializerCom.dll
Normal file
Binary file not shown.
BIN
ServerComponents/Bin/PdfWriter.dll
Normal file
BIN
ServerComponents/Bin/PdfWriter.dll
Normal file
Binary file not shown.
18
ServerComponents/Bin/Settings.config
Normal file
18
ServerComponents/Bin/Settings.config
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<appSettings>
|
||||
<add key="utils.common.fontdir" value=""/>
|
||||
|
||||
<add key="utils.storage.impl" value="fs" />
|
||||
<!--Filesystem storage settings-->
|
||||
<add key="utils.storage.fs.keyfiles" value=""/>
|
||||
|
||||
<add key="utils.taskresult.impl" value="db" />
|
||||
<add key="utils.taskresult.ttl" value="7.00:00:00" />
|
||||
<add key="utils.taskresult.db.connectionstring" value="ConnectionString2" />
|
||||
|
||||
<add key="utils.taskqueue.impl" value="db" />
|
||||
<add key="utils.taskqueue.db.connectionstring" value="ConnectionString2" />
|
||||
|
||||
<add key="utils.filestatistic.impl" value="db" />
|
||||
<add key="utils.filestatistic.db.connectionstring" value="ConnectionString2" />
|
||||
</appSettings>
|
||||
Reference in New Issue
Block a user