srchub-install

srchub-install Commit Details


Date:2017-05-04 00:48:54 (7 years 7 months ago)
Author:Natalie Adams
Branch:master
Commit:43d8fa4e88e40f7ed444b4a412723658a0825e9a
Parents: 7e8db01461d4f346bef6b1ea060336ab038c2a32
Message:updating srchub config

Changes:

File differences

idf.php
202202
203203
204204
205
205
206206
207207
208208
209
209
210210
211211
212212
213213
214214
215215
216
216
217217
218218
219219
#
# Enter one of the supported database engines: SQLite, MySQL, or PostgreSQL
$cfg['db_engine'] = 'SQLite';
$cfg['db_engine'] = 'MySQL';
# The database name for MySQL and PostgreSQL, and the absolute path
# to the database file if you are using SQLite.
$cfg['db_database'] = '/home/www/srchub.sqlite';
$cfg['db_database'] = 'indefero';
# The database server to connect.
$cfg['db_server'] = 'localhost';
# Information about the database user.
$cfg['db_login'] = 'root';
$cfg['db_password'] = '';
$cfg['db_password'] = 'giantFog56';
# The version of your database server, only needed for MySQL
$cfg['db_version'] = '5.1';

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05357s using 14 queries.