comparison doc/manual.tex @ 1564:da11f7b18067

Add an URWEB_PQ_CON environment variable, which overrides the PostgreSQL connection string.
author Austin Seipp <as@hacks.yi.org>
date Fri, 23 Sep 2011 23:11:59 -0500
parents df6a7a22760a
children 0fab80567fa3
comparison
equal deleted inserted replaced
1563:a0caa991cdad 1564:da11f7b18067
329 Compiled applications consult a few environment variables to modify their behavior: 329 Compiled applications consult a few environment variables to modify their behavior:
330 330
331 \begin{itemize} 331 \begin{itemize}
332 \item \cd{URWEB\_NUM\_THREADS}: alternative to the \cd{-t} command-line argument (currently used only by FastCGI) 332 \item \cd{URWEB\_NUM\_THREADS}: alternative to the \cd{-t} command-line argument (currently used only by FastCGI)
333 \item \cd{URWEB\_STACK\_SIZE}: size of per-thread stacks, in bytes 333 \item \cd{URWEB\_STACK\_SIZE}: size of per-thread stacks, in bytes
334 \item \cd{URWEB\_PQ\_CON}: when using PostgreSQL, overrides the compiled-in connection string
334 \end{itemize} 335 \end{itemize}
335 336
336 337
337 \section{Ur Syntax} 338 \section{Ur Syntax}
338 339