Skip to content
Snippets Groups Projects
Commit c7be4640 authored by tpylak's avatar tpylak
Browse files

add missing documentation about anonymous login and embedded mode to default configuration files

SVN: 20644
parent 620a0d52
No related branches found
No related tags found
No related merge requests found
...@@ -153,4 +153,10 @@ onlinehelp.generic.page-template = https://wiki-bsse.ethz.ch/pages/createpage.ac ...@@ -153,4 +153,10 @@ onlinehelp.generic.page-template = https://wiki-bsse.ethz.ch/pages/createpage.ac
#demo.class = ch.systemsx.cisd.openbis.generic.server.task.DemoMaintenanceTask #demo.class = ch.systemsx.cisd.openbis.generic.server.task.DemoMaintenanceTask
#demo.interval = 60 #demo.interval = 60
#demo.property_1 = some value #demo.property_1 = some value
#demo.property_2 = some value 2 #demo.property_2 = some value 2
\ No newline at end of file
# ---------------------------------------------------------------------------
# anonymous login configuration
# ---------------------------------------------------------------------------
# Login of the existing user whose settings will be used for anonymous login
#user-for-anonymous-login = <user-login>
\ No newline at end of file
# Default view mode that should be used if user doesn't have it specified in URL. # Default view mode that should be used if user doesn't have it specified in URL.
# Options: 'NORMAL' (standard mode - default), 'SIMPLE' (readonly mode with simplified GUI) # Options:
# 'NORMAL' (standard mode - default),
# 'SIMPLE' (readonly mode with simplified GUI),
# 'EMBEDDED' (similar to 'SIMPLE', suitable to be embedded on external pages)
# #
#default-view-mode = SIMPLE #default-view-mode = SIMPLE
# Flag specifying whether default login mode is anonymous or not.
# If true a user-for-anonymous-login has to be defined in service.properties
# Default value: false
# default-anonymous-login = true
# Maximal number of visible columns in tables. Default: 50. # Maximal number of visible columns in tables. Default: 50.
#max-visible-columns = 20 #max-visible-columns = 20
......
...@@ -59,4 +59,10 @@ hibernate.search.maxResults = 100000 ...@@ -59,4 +59,10 @@ hibernate.search.maxResults = 100000
# If 'async', the update of indices will be done in a separate thread. # If 'async', the update of indices will be done in a separate thread.
hibernate.search.worker.execution=async hibernate.search.worker.execution=async
web-client-configuration-file = etc/web-client.properties web-client-configuration-file = etc/web-client.properties
\ No newline at end of file
# ---------------------------------------------------------------------------
# anonymous login configuration
# ---------------------------------------------------------------------------
# Login of the existing user whose settings will be used for anonymous login
#user-for-anonymous-login = <user-login>
\ No newline at end of file
# Default view mode that should be used if user doesn't have it specified in URL. # Default view mode that should be used if user doesn't have it specified in URL.
# Options: 'NORMAL' (standard mode - default), 'SIMPLE' (readonly mode with simplified GUI) # Options:
# 'NORMAL' (standard mode - default),
# 'SIMPLE' (readonly mode with simplified GUI),
# 'EMBEDDED' (similar to 'SIMPLE', suitable to be embedded on external pages)
# #
#default-view-mode = SIMPLE #default-view-mode = SIMPLE
# Flag specifying whether default login mode is anonymous or not.
# If true a user-for-anonymous-login has to be defined in service.properties
# Default value: false
# default-anonymous-login = true
# Maximal number of visible columns in tables. Default: 50. # Maximal number of visible columns in tables. Default: 50.
#max-visible-columns = 20 #max-visible-columns = 20
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment