sqadm config(1)
SYNOPSIS
sqadm config [--jdbc-url url] [--jdbc-user user] name [value [pattern]]
sqadm config [--jdbc-url url] [--jdbc-user user] --list
sqadm config [--jdbc-url url] [--jdbc-user user] --get name [pattern]
sqadm config [--jdbc-url url] [--jdbc-user user] --unset name [pattern]
DESCRIPTION
This command allows to list, get, set or unset Squore options.
The sqadm config command shall be executed on a running database. Some options are applied immediately but not all, then Squore should be restarted after modifying options.
OPTIONS
-l, --list
List all variables set in configuration.
--get
Get the value for a given key (optionally filtered by a regex matching the value).
--unset
Remove the line matching the key from configuration (optionally filtered by a regex matching the value).
--jdbc-url url
Use alternate database connection, with url of the form jdbc:subprotocol:subname.
--jdbc-user user
Use alternate database username.