How to use two library one same config? (run as service mode)

Hello there,

I use Seafile “run as service” mode, with winsw. Here winsw settings.xml:

<service>
  <id>seafile</id>
  <name>Seafile</name>
  <description>This service runs Seafile continuous integration system.</description>
  <executable>C:\Program Files\Seafile\bin\seaf-daemon.exe</executable>
  <arguments>-c C:\Users\seafile_service\ccnet -w C:/shared/folder -d C:/users/seafile_service/Seafile/seafile-data</arguments>
   <onfailure action="restart"/>
  <log mode="roll"></log>
</service>

My question is that how to configure the arguments that i want to use two different library, with two different folder?