#
# ## CUI Module
#
-# The module `cui` (Chargeable-User-Identity) writes
-# Chargeable-User-Identity log to an SQL database.
+# The module `cui` (`Chargeable-User-Identity`) writes
+# `Chargeable-User-Identity` log to an SQL database.
#
# * Schema is in `raddb/sql/cui/<DB>/schema.sql`
# * Queries are in `raddb/sql/cui/<DB>/queries.conf`
# ====
#
- # sqlite { ... }:: SQLite configuration
+ # sqlite { ... }:: SQLite configuration.
#
sqlite {
filename = ${radacctdir}/cui.sqlite
#
$INCLUDE ${modconfdir}/${.:name}/cui/${dialect}/queries.conf
}
-
# only ONE "listen" section. If you use BOTH of the examples
# above, you will need to define TWO "detail" modules.
#
-# e.g. detail1.example.com && detail2.example.com
+# e.g. `detail1.example.com` && `detail2.example.com`
#
# We write *multiple* detail files here. They will be processed
# by the detail "listen" section in the order that they were