This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See http://git.codelutin.com/echobase.git commit 44003a0b08d8801d522bf09155b6ec3375e396a0 Author: mathieu.doray@ifremer.fr <unknown> Date: Tue Feb 9 10:32:55 2016 +0100 From scmwebeditor -- h --- src/site/en/rst/db.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/site/en/rst/db.rst b/src/site/en/rst/db.rst index c4054f6..c2ab5ab 100644 --- a/src/site/en/rst/db.rst +++ b/src/site/en/rst/db.rst @@ -42,19 +42,15 @@ Using a H2 database A H2 database can be created very easily, without maintenance (the database is stored in a single file). A H2 database is however less powerful than e.g. a *Postgresql* database. -In Echobase, a H2 database can be created by defining a new *H2* working database configuration. The new database will be located at: +In Echobase, a H2 database can be created by defining a new *H2* working database configuration. The new database will be automatically created at the location: :: jdbc:h2:file:/pathToNewDatabase/NewDataBaseName -Vous pouvez ensuite utiliser cette base qui va être crée automatiquement à -l'endroit spécifié. +If not mandatory, it is advisable to create a password for the new H2 database, as it can be required by other applications to access the database. -Il est recommandé de fournir un mot de passe bien que cela ne soit pas -obligatoire (mais cela peut être requis par certains outils externes). - -Par convention, nous utilisons les identifiants suivants : +The following credentials are created by default in new H2 databases: :: -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.