@@ -260,34 +260,38 @@ remaining configuration options only apply to the ``postgres`` and
260
260
261
261
.. confval :: db_database
262
262
263
- **Only used for the 'postgres' and 'postgis' index drivers. **
263
+ .. admonition ::
264
+ Only used for the 'postgres' and 'postgis' index drivers.
264
265
265
- ** Only used if :confval:`db_url` is not set. **
266
+ Only used if :confval: `db_url ` is not set.
266
267
267
268
The name of the database to connect to. Defaults to ``"datacube" ``.
268
269
269
270
.. confval :: db_hostname
270
271
271
- **Only used for the 'postgres' and 'postgis' index drivers. **
272
+ .. admonition ::
273
+ Only used for the 'postgres' and 'postgis' index drivers.
272
274
273
- ** Only used if :confval:`db_url` is not set. **
275
+ Only used if :confval: `db_url ` is not set.
274
276
275
277
The hostname to connect to. May be set to an empty string, in which case a
276
278
local socket is used. Defaults to ``"localhost" `` if not set at all.
277
279
278
280
.. confval :: db_port
279
281
280
- **Only used for the 'postgres' and 'postgis' index drivers. **
282
+ .. admonition ::
283
+ Only used for the 'postgres' and 'postgis' index drivers.
281
284
282
- ** Only used if :confval:`db_url` is not set. **
285
+ Only used if :confval: `db_url ` is not set.
283
286
284
287
The TCP port to connect to. Defaults to 5432. Not used when connecting over a local socket.
285
288
286
289
.. confval :: db_username
287
290
288
- **Only used for the 'postgres' and 'postgis' index drivers. **
291
+ .. admonition ::
292
+ Only used for the 'postgres' and 'postgis' index drivers.
289
293
290
- ** Only used if :confval:`db_url` is not set. **
294
+ Only used if :confval: `db_url ` is not set.
291
295
292
296
The username to use when connecting to the database. Defaults to the
293
297
username of the logged-in user on UNIX-like systems.
0 commit comments