Magellan Linux

Annotation of /mcore-src/trunk/mcore-tools/conf/control.conf.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2477 - (hide annotations) (download)
Thu Sep 10 08:18:17 2015 UTC (8 years, 8 months ago) by niro
File size: 272 byte(s)
-renamed sql.conf to control.conf
1 niro 2473 # $Id$
2     #
3     # SQL Configuration File
4     #
5    
6     ## SQL server ##
7     MCORE_SQL_HOST="@@MCORE_SQL_HOST@@"
8    
9     ## SQL database ##
10     MCORE_SQL_DB="@@MCORE_SQL_DB@@"
11    
12     ## SQL database username ##
13     MCORE_SQL_USER="@@MCORE_SQL_USER@@"
14    
15     ## SQL database password ##
16     MCORE_SQL_PASS="@@MCORE_SQL_PASS@@"