-
Notifications
You must be signed in to change notification settings - Fork 0
/
clipfdb.conf
executable file
·48 lines (34 loc) · 1.15 KB
/
clipfdb.conf
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
[clipfdb]
# Output query results to stdout [yes|no]
terminal_output = no
# Enable or disable desktop notifcations [yes|no]
notifications = yes
# Desktop notification provider: native python library or notify-send subprocess [native|notify-send|...]
notification_provider = native
# Enable or disable sound notifications [yes|no]
sound_notifications = yes
# Backend provider to play sounds, either python library or external program [paplay|simpleaudio|...]
sound_provider = simpleaudio
# Retrieve parent directory pathnames for each file too [yes|no]
parent_directories = yes
# Maximum number of results to display [int]
max_results = 20
# path to success sound [str]
success_sound =
# path to failure sound [str]
failure_sound =
# path to startup sound [str]
startup_sound =
# path to shutdown sound [str]
shutdown_sound =
# Path to directory holding the security2.fdb file (provided by VVV, for example) [str]
security2_path = /path/to/directory/
# Example of database registration entries
[database0]
filepath = /path/to/database_0.vvv
username = sysdba
password = masterkey
[database1]
filepath = /path/to/database_1.vvv
username = sysdba
password = masterkey