1main:
2    debug: 0
3    type: MariaDB
4    name: openxpki
5    host: localhost
6    port: 3306
7    user: openxpki
8    passwd: openxpki
9
10    # extra options passed to the driver as parameter
11    #driver:
12    #    LongReadLen: 10000000
13
14    # How often to try to connect to the database on startup if not avail -
15    # default is to fail immediately. This is mainly useful if database and
16    # OpenXPKI are started by the same init process and the DB might take
17    # some time to come up
18    #wait_on_init:
19    #    retry_count: 10
20    #    retry_interval: 30
21
22# To log to a different database create a section "log" by copying and adjusting
23# the upper block, e.g.:
24#
25# log:
26#     debug: 0
27#     ...
28
29# Set environment values, e.g. locales for Oracle
30# this was inside the db section prior v2.2 which does not work as expected
31# environment:
32#    key: value
33