Last active
December 17, 2015 19:58
-
-
Save baxtheman/5663901 to your computer and use it in GitHub Desktop.
import_lars properties file sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# file properties to run the import_lars.jar | |
# | |
# | |
# WS connection data | |
# | |
protocol=http | |
[email protected] | |
admin.password=test | |
remote.host=127.0.0.1 | |
remote.port=8080 | |
# | |
# Run mode | |
# | |
test.mode=false | |
default.company.id=1 | |
# | |
# Filesystem info | |
# | |
fs.root.path=.\\data | |
# Content of the 'data' folder: | |
# | |
# site01 | |
# |--> public | |
# | |---> import.properties | |
# | |---> public_bpm_pages.lar | |
# | | |
# |--> private | |
# | |---> import.properties | |
# | |---> private_bpm_pages.lar | |
# | | |
# |--> documents | |
# |---> import.properties | |
# |---> doc_43534.lar | |
# site02 | |
# |--> public | |
# |.. | |
# for import.properties specification see com.liferay.portal.kernel.lar.PortletDataHandlerKeys | |
# | |
# Email configuration | |
# | |
mail.enabled=false | |
[email protected] | |
mail.transport.protocol=smtp | |
mail.transport.protocol.port=465 | |
mail.transport.protocol.auth=true | |
mail.host=smtp.gmail.com | |
[email protected] | |
mail.user= | |
mail.password= | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# file properties for lar import parameters | |
# | |
CATEGORIES=false | |
DATA_STRATEGY=DATA_STRATEGY_MIRROR | |
DELETE_MISSING_LAYOUTS=false | |
DELETE_PORTLET_DATA=false | |
LOGO=true | |
PERMISSIONS=false | |
PORTLET_ARCHIVED_SETUPS=true | |
PORTLET_DATA=true | |
PORTLET_SETUP=true | |
PORTLET_USER_PREFERENCES=true | |
THEME=false | |
USER_ID_STRATEGY=CURRENT_USER_ID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment