Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fix reset password url
  • Loading branch information
rcharre committed Nov 4, 2019
1 parent 4846098 commit 0a5b277
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tgol/tgol-resources/src/main/resources/conf/tanaguru.conf
@@ -1,8 +1,11 @@
# deployment path
tgol-deployment-path=$TGOL-DEPLOYMENT-PATH (i.e /var/lib/tomcat6/webapps/ROOT/WEB-INF/conf)
tgol-deployment-path=$TGOL-DEPLOYMENT-PATH (i.e /var/lib/tomcat6/webapps/ROOT)

# web-app URL
web-app-url=$WEB-APP-URL (i.e https://localhost:8180/tgol-web-app-${version})
web-app-url=$WEB-APP-URL (i.e https://localhost:8080/)

# webresource Url Prefixes
changePasswordUrl=$WEB-APP-URL/change-password.html

# rgaa.tanaguru URL
rgaaTanaguruUrlFirstPart=http://rgaa.tanaguru.com/
Expand All @@ -13,10 +16,6 @@ rgaaTanaguruUrlThirdPartCrit=/criteres.html
tgol-persistenceXmlLocation=classpath:/conf/persistence.xml


# webresource Url Prefixes
changePasswordUrl=${web-app-url}/change-password.html


#crawler needed temp folder
crawlerHome=/var/tmp/tanaguru
crawlConfigFilePath=${tgol-deployment-path}/crawler/
Expand Down

0 comments on commit 0a5b277

Please sign in to comment.