Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2473 - (hide annotations) (download)
Tue Sep 8 09:04:58 2015 UTC (8 years, 8 months ago) by niro
Original Path: mcore-src/trunk/mcore-tools/conf/sql.conf.in
File size: 272 byte(s)
-added sql.conf and split client/controll installation
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@@"