This file is indexed.

/usr/share/perl5/EB/schema/sample.conf is in eekboek 2.00.03-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
; Example EekBoek config file.
;
; This file will be placed in your current directory when you execute
; the command:
;
;  $ ebshell --createsampleconfig
;
; Change as needed. See http://www.eekboek.nl/docs/config.html
; for details.
;
; NOTE THAT FOR MOST PURPOSES, ONLY THE DATABASE NAME AND DRIVER NEED
; TO BE SPECIFIED. ALL OTHER SETTINGS MAY REMAIN AS THEY ARE.

[database]

; Name of the database to use. This is the name EekBoek uses to
; identify the database. Note that the actual name as used by the
; database system may be different.

name = sample

; The database driver (postgres or sqlite).

driver = sqlite

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; NOTE THAT FOR MOST PURPOSES, ALL OTHER SETTINGS MAY REMAIN AS THEY
; ARE.

; THESE ARE EXAMPLES. See http://www.eekboek.nl/docs/config.html
; for details.

[general]

; Default location for administrations.
;admdir = $HOME/.eekboek/admdir

; Force use of selection wizard even if a config is present.
;wizard = 1

[locale]

; Language selection (for international version only).
; Default value depends on the locale.
;lang = nl_NL

[preferences]

; Show journal after each booking.
;journal = 1

[database]

; Name of the database to use. This is the name EekBoek uses to
; identify the database. Note that the actual name as used by the
; database system may be different.
;name = sample

; The database driver (postgres or sqlite).
;driver = sqlite

; Name of the system that runs the database, if not local.
;host = dbhost.example.com

; Access port for the database, if not local.
;port = 5432

; User to access the database, if not current.
;user = eekboek

; Password for database access, if needed.
;password = secret

[strategy]

; Method for rounding numbers (ieee, posix, bankers).
;round = ieee

; Combine bookings to match a payment.
;bkm_multi = 1

; Do not try an alternative calculation if BTW does not match.
;iv_vc = 0

[shell]

; Private module with EekBoek extensions.
;userdefs = Userdefs

[format]

; Date format (YYYY-MM-DD, DD-MM-YYY, DD-MM).
;date = DD-MM-YYYY

; Format for amounts (1.234,56 1,234.56 1234.56 1234,56)
;amount = 1.234,56
;
; If you need big numbers, just increase the format accordingly, e.g.
;amount = 1.234.567,89

[html]

; Where to find stylesheets. If omitted, default styles will be included.
; See the docs.
;cssdir = css

[csv]

; Field separator for generated CSV files.
;separator = ,

[security]

; Microsoft Vista users may need to set this.
;override_security_for_vista = 1