identity: change path

This commit is contained in:
Alexey Bannov 2023-11-28 20:39:56 +03:00
parent bb30917778
commit 893e3dca78
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<name>ONLYOFFICE IdentityApi</name>
<startmode>manual</startmode>
<executable>java</executable>
<arguments>-jar ../../server/common/ASC.OAuth/api/target/api-0.0.1.jar</arguments>
<arguments>-jar ../../server/common/ASC.Identity/api/target/api-0.0.1.jar</arguments>
<log mode="none"/>
<delayedAutoStart>true</delayedAutoStart>
<onfailure action="restart" delay="5 sec" />

View File

@ -3,7 +3,7 @@
<name>ONLYOFFICE IdentityService</name>
<startmode>manual</startmode>
<executable>java</executable>
<arguments>-jar ../../server/common/ASC.OAuth/authorization/target/authorization-0.0.1.jar</arguments>
<arguments>-jar ../../server/common/ASC.Identity/authorization/target/authorization-0.0.1.jar</arguments>
<log mode="none"/>
<delayedAutoStart>true</delayedAutoStart>
<onfailure action="restart" delay="5 sec" />

View File

@ -1,11 +1,11 @@
PUSHD %~dp0..
cd %~dp0../../server/common/ASC.OAuth/api/
cd %~dp0../../server/common/ASC.Identity/api/
call mvnw compiler:compile
call mvnw package -Dmaven.test.skip
cd %~dp0../../server/common/ASC.OAuth/authorization/
cd %~dp0../../server/common/ASC.Identity/authorization/
call mvnw compiler:compile
call mvnw package -Dmaven.test.skip