[Modeling-cvs] ProjectModeling/Modeling/doc/UserGuide EnvironmentVariables.tex,1.6,1.7
Status: Abandoned
Brought to you by:
sbigaret
|
From: <sbi...@us...> - 2003-06-28 15:50:05
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide
In directory sc8-pr-cvs1:/tmp/cvs-serv11925/doc/UserGuide
Modified Files:
EnvironmentVariables.tex
Log Message:
misc. code rewrite
Index: EnvironmentVariables.tex
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide/EnvironmentVariables.tex,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** EnvironmentVariables.tex 7 May 2003 11:28:45 -0000 1.6
--- EnvironmentVariables.tex 28 Jun 2003 15:42:20 -0000 1.7
***************
*** 19,26 ****
\file{/full/path/to/db_conn_dicts.cfg}, in a dedicated section for each
model, like this:\newline
! \begin{center}
! \code{[aModelName]~~~~}\newline
! \code{user: a_username}\newline
! \code{password: passwd}\end{center}
Then, simply assign to the env. variable \code{MDL_DB_CONNECTIONS_CFG}
the full path to your \file{db_conn_dicts.cfg}, and your models'
--- 19,25 ----
\file{/full/path/to/db_conn_dicts.cfg}, in a dedicated section for each
model, like this:\newline
! \hspace*{1cm}\code{[<ModelName>]}\newline
! \hspace*{1cm}\code{user: <username>}\newline
! \hspace*{1cm}\code{password: <passwd>}\newline
Then, simply assign to the env. variable \code{MDL_DB_CONNECTIONS_CFG}
the full path to your \file{db_conn_dicts.cfg}, and your models'
|