Updated default configuration files to include more current example properties and references to the relevant documentation.
This commit is contained in:
parent
3b4e89441c
commit
cd7497c7bc
5 changed files with 52 additions and 20 deletions
|
@ -1,8 +1,30 @@
|
|||
# List of applications to start.
|
||||
# More information about this file is available at
|
||||
# http://helma.org/docs/guide/properties/apps.properties/
|
||||
|
||||
base
|
||||
base.mountpoint = /
|
||||
base.static = static
|
||||
base.staticMountpoint = /static
|
||||
|
||||
# Administrative application to manage all other apps on this server,
|
||||
# accessible via its default mountpoint at http://<host>:<port>/manage
|
||||
|
||||
manage
|
||||
|
||||
|
||||
# Simple example of an application, accessible via its default
|
||||
# mountpoint at http://<host>:<port>/test and using its default
|
||||
# repository at apps/test
|
||||
|
||||
test
|
||||
|
||||
|
||||
# More complex example of an application with custom configuration
|
||||
|
||||
demo
|
||||
demo.mountpoint = /
|
||||
demo.repository.0 = modules/helmaLib.zip
|
||||
demo.repository.1 = modules/helmaTools.zip
|
||||
demo.repository.2 = apps/demo
|
||||
demo.static = static
|
||||
demo.staticMountpoint = /static
|
||||
demo.staticHome = index.html,default.html
|
||||
demo.staticIndex = false
|
||||
demo.uploadLimit = 2048
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue