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.
|
# List of applications to start.
|
||||||
|
# More information about this file is available at
|
||||||
|
# http://helma.org/docs/guide/properties/apps.properties/
|
||||||
|
|
||||||
base
|
|
||||||
base.mountpoint = /
|
# Administrative application to manage all other apps on this server,
|
||||||
base.static = static
|
# accessible via its default mountpoint at http://<host>:<port>/manage
|
||||||
base.staticMountpoint = /static
|
|
||||||
|
|
||||||
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
|
||||||
|
|
|
@ -8,9 +8,11 @@
|
||||||
# The actual mapping of types is done in the
|
# The actual mapping of types is done in the
|
||||||
# type.properties file in the prototype directories.
|
# type.properties file in the prototype directories.
|
||||||
#
|
#
|
||||||
|
# More information about this file is available at
|
||||||
|
# http://helma.org/docs/guide/properties/db.properties/
|
||||||
|
|
||||||
# Properties of JDBC data sources
|
# Properties of JDBC data sources
|
||||||
myDataSource.url = jdbc:mysql://db.domain.com/space
|
#myDataSource.url = jdbc:mysql://db.domain.com/space
|
||||||
myDataSource.driver = org.gjt.mm.mysql.Driver
|
#myDataSource.driver = org.gjt.mm.mysql.Driver
|
||||||
myDataSource.user = username
|
#myDataSource.user = username
|
||||||
myDataSource.password = xyz
|
#myDataSource.password = xyz
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
# The SMTP server to use for sending mails. Set and
|
# Helma server configuration file.
|
||||||
# uncomment this line before trying to send mails from
|
# More information about this file is available at
|
||||||
# Helma applications.
|
# http://helma.org/docs/guide/properties/server.properties/
|
||||||
|
|
||||||
|
|
||||||
|
# The SMTP server to use for sending mails. Set and uncomment the
|
||||||
|
# following line before trying to send mails from Helma applications.
|
||||||
#
|
#
|
||||||
# smtp=mail.yourdomain.com
|
# smtp=mail.yourdomain.com
|
||||||
|
|
||||||
|
@ -24,4 +28,3 @@
|
||||||
|
|
||||||
# list ip addresses for admin-application here:
|
# list ip addresses for admin-application here:
|
||||||
allowAdmin=127.0.0.1, 192.168.0.1
|
allowAdmin=127.0.0.1, 192.168.0.1
|
||||||
|
|
||||||
|
|
|
@ -8,9 +8,11 @@
|
||||||
# The actual mapping of types is done in the
|
# The actual mapping of types is done in the
|
||||||
# type.properties file in the prototype directories.
|
# type.properties file in the prototype directories.
|
||||||
#
|
#
|
||||||
|
# More information about this file is available at
|
||||||
|
# http://helma.org/docs/guide/properties/db.properties/
|
||||||
|
|
||||||
# Properties of JDBC data sources
|
# Properties of JDBC data sources
|
||||||
myDataSource.url = jdbc:mysql://db.domain.com/space
|
#myDataSource.url = jdbc:mysql://db.domain.com/space
|
||||||
myDataSource.driver = org.gjt.mm.mysql.Driver
|
#myDataSource.driver = org.gjt.mm.mysql.Driver
|
||||||
myDataSource.user = username
|
#myDataSource.user = username
|
||||||
myDataSource.password = xyz
|
#myDataSource.password = xyz
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
# The SMTP server to use for sending mails. Set and
|
# Helma server configuration file.
|
||||||
# uncomment this line before trying to send mails from
|
# More information about this file is available at
|
||||||
# Helma applications.
|
# http://helma.org/docs/guide/properties/server.properties/
|
||||||
|
|
||||||
|
|
||||||
|
# The SMTP server to use for sending mails. Set and uncomment the
|
||||||
|
# following line before trying to send mails from Helma applications.
|
||||||
#
|
#
|
||||||
# smtp=mail.yourdomain.com
|
# smtp=mail.yourdomain.com
|
||||||
|
|
||||||
|
@ -24,4 +28,3 @@
|
||||||
|
|
||||||
# list ip addresses for admin-application here:
|
# list ip addresses for admin-application here:
|
||||||
allowAdmin=127.0.0.1, 192.168.0.1
|
allowAdmin=127.0.0.1, 192.168.0.1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue