Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
ymarcon committed Jun 6, 2018
1 parent 6acc62e commit b081053
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions admin/configuration.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
Configuration
=============

Servers
-------

The file **AGATE_HOME/conf/application.yml** is to be edited to match your server needs. This file is written in YAML format allowing to specify a hierarchy within the configuration keys. The YAML format uses indentations to express the different levels of this hierarchy. The file is already pre-filled with default values (to be modified to match your configuration), just be aware that you should not modify the indentations. In the following documentation, the configuration keys will be presented using the dot-notation (levels are separated by dots) for readability.

HTTP Server Configuration
~~~~~~~~~~~~~~~~~~~~~~~~~
-------------------------

Agate server is a web application and as such, you need to specify on which ports the web server should listen to incoming requests.

Expand All @@ -20,7 +17,7 @@ Property Description
=============== ==================

MongoDB Server Configuration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----------------------------

Agate server will store its data (system configuration, networks, studies, datasets, etc.) in a MongoDB database. You must specify how to connect to this database.

Expand Down

0 comments on commit b081053

Please sign in to comment.