diff options
author | Austin Seipp <as@hacks.yi.org> | 2011-09-23 23:11:59 -0500 |
---|---|---|
committer | Austin Seipp <as@hacks.yi.org> | 2011-09-23 23:11:59 -0500 |
commit | f926b6418df3e6b835f8bc5b7c44906c9742a085 (patch) | |
tree | 2cb34ab27658250c39c87e0adeafd5860b006e83 /doc | |
parent | 2004c7a6dc76cb10bc0ef8c2ca679b9f1ef1b909 (diff) |
Add an URWEB_PQ_CON environment variable, which overrides the PostgreSQL connection string.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual.tex b/doc/manual.tex index 00db43fb..20c78235 100644 --- a/doc/manual.tex +++ b/doc/manual.tex @@ -331,6 +331,7 @@ Compiled applications consult a few environment variables to modify their behavi \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 program is translated to what is more or less a subset of C. If any use of 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} |