Mercurial > urweb
diff 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 |
line wrap: on
line diff
--- a/doc/manual.tex Thu Sep 22 09:51:06 2011 -0400 +++ b/doc/manual.tex Fri Sep 23 23:11:59 2011 -0500 @@ -331,6 +331,7 @@ \begin{itemize} \item \cd{URWEB\_NUM\_THREADS}: alternative to the \cd{-t} command-line argument (currently used only by FastCGI) \item \cd{URWEB\_STACK\_SIZE}: size of per-thread stacks, in bytes + \item \cd{URWEB\_PQ\_CON}: when using PostgreSQL, overrides the compiled-in connection string \end{itemize} @@ -2428,4 +2429,4 @@ The output of the last phase is pretty-printed as C source code and passed to the C compiler. -\end{document} \ No newline at end of file +\end{document}