Created
March 8, 2019 08:56
-
-
Save jverweijL/eca9ee7c6b4c40416cceee61d920cade to your computer and use it in GitHub Desktop.
This file contains hidden or 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
include-and-override=portal-developer.properties | |
#portal.instance.protocol=https | |
web.server.https.port=443 | |
web.server.protocol=https | |
redirect.url.security.mode=domain | |
# | |
# The portal can authenticate users based on their email address, screen | |
# name, or user ID. | |
# | |
company.security.auth.type=screenName | |
# | |
# Set this property to true if the Setup Wizard should be displayed the | |
# first time the portal is started. | |
# | |
setup.wizard.enabled=false | |
# | |
# Set this to true if all users are required to agree to the terms of use. | |
# | |
terms.of.use.required=false | |
# | |
# Set this to true to enable reminder queries that are used to help reset a | |
# user's password. | |
# | |
users.reminder.queries.enabled=false | |
users.reminder.queries.custom.question.enabled=false | |
# | |
# Set the default number of entries to display per page. | |
# | |
search.container.page.default.delta=200 | |
# | |
# Set the available values for the number of entries to display per page. An | |
# empty value, or commenting out the value, will disable delta resizing. | |
# | |
# Always include the value specified in the property | |
# "search.container.page.default.delta", since it is the default page size | |
# when no delta is specified. The absolute maximum allowed delta is 200. | |
# | |
search.container.page.delta.values=5,10,20,50,100,200 | |
# | |
# Set this to true to show a tip for using Liferay Sync. | |
# | |
dl.show.liferay.sync.message=false | |
# | |
# Set this to true if users are shown that they do not have access to a | |
# portlet. The portlet init parameter "show-portlet-access-denied" will | |
# override this setting. | |
# | |
layout.show.portlet.access.denied=false | |
# | |
# Set this to true to display the server name at the bottom of every page. | |
# This is useful when testing clustering configurations so that you can know | |
# which node you are accessing. | |
# | |
web.server.display.node=true | |
# | |
# If the user can unzip compressed HTTP content, the GZip filter will | |
# zip up the HTTP content before sending it to the user. This will speed up | |
# page rendering for users that are on dial up. | |
# | |
com.liferay.portal.servlet.filters.gzip.GZipFilter=false | |
# | |
# The NTLM filter is used to provide NTLM based single sign on. | |
# | |
com.liferay.portal.servlet.filters.sso.ntlm.NtlmFilter=false | |
# | |
# The NTLM post filter is used to fix known issues with NTLM and ajax | |
# requests. See LPS-3795. | |
# | |
com.liferay.portal.servlet.filters.sso.ntlm.NtlmPostFilter=false | |
# | |
# The OpenSSO filter is used to provide OpenSSO based single sign on. | |
# | |
com.liferay.portal.servlet.filters.sso.opensso.OpenSSOFilter=false | |
# CDN | |
cdn.host.http=[cdn host] | |
cdn.host.https=[cdn host] | |
cdn.dynamic.resources.enabled=true | |
# mail specific entries | |
mail.session.mail.smtp.auth=true | |
mail.session.mail.smtp.host=[smtp host] | |
mail.session.mail.smtp.password=[smtp password] | |
mail.session.mail.smtp.user=[smtp user] | |
mail.session.mail.transport.protocol=smtp | |
mail.session.mail.smtp.port=587 | |
mail.session.mail.smtp.starttls.enable=true | |
#mail.session.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory | |
# Enable GOGO shell | |
module.framework.properties.osgi.console=localhost:11311 | |
# In case the patching tool requires to update indices | |
database.indexes.update.on.startup=true | |
# Search Related Settings | |
# Index all content of files | |
#dl.file.indexing.max.size=-1 | |
# Index only first 5Mb of files | |
#dl.file.indexing.max.size=5048576 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment