Use better fallback language for config files

This commit is contained in:
Eike Kettner
2020-09-16 00:21:18 +02:00
parent 8e1d32272e
commit 7dbbe03a56
6 changed files with 14 additions and 14 deletions

View File

@ -36,7 +36,7 @@ The sbt build is setup such that a file `dev.conf` in the directory
it exists. So you can create a custom config file for development. For
example, a custom database for development may be setup this way:
``` conf
``` bash
#jdbcurl = "jdbc:h2:///home/dev/workspace/projects/docspell/local/docspell-demo.db;MODE=PostgreSQL;DATABASE_TO_LOWER=TRUE;AUTO_SERVER=TRUE"
jdbcurl = "jdbc:postgresql://localhost:5432/docspelldev"
#jdbcurl = "jdbc:mariadb://localhost:3306/docspelldev"