Skip to content

Configuration

Ceyhun Kerti edited this page Aug 6, 2017 · 1 revision

Before starting octopus you may want to change configuration options for your specific needs. Octopus has two types of configuration one is internal and the other one is external. Internal configuration is explained in detail on Developer's Guide section. External configuration is for the users and explained in here.

Octopus ships with a default configuration file which is located under the base directory of the application. For example if you extracted the application lets say; to ~/octopus then the application properties file is available at ~/octopus/application.properties The contents of the property file are like;

octopus.datasource.url = jdbc:h2:./db/octopus
octopus.datasource.username = sa
octopus.datasource.password = sa
octopus.jpa.properties.hibernate.dialect = org.hibernate.dialect.H2Dialect

octopus.shell.auth.simple.user.name = user
octopus.shell.auth.simple.user.password = 123
octopus.shell.ssh.port = 2000
Clone this wiki locally