Skip to content

Commit

Permalink
qos: make database name configurable
Browse files Browse the repository at this point in the history
more flexibility in configuration

Acked-by: Dmitry Litvintsev
Target: master
Require-book: no
Require-notes: yes
  • Loading branch information
kofemann committed Oct 2, 2024
1 parent 84c3d0b commit 4d7e0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skel/share/defaults/qos.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ qos.db.connections.idle=1

# ---- Database related settings reserved for internal use.
#
(immutable)qos.db.name=qos
qos.db.name=qos
qos.db.host=${dcache.db.host}
qos.db.user=${dcache.db.user}
qos.db.password=${dcache.db.password}
Expand Down

0 comments on commit 4d7e0de

Please sign in to comment.