summaryrefslogtreecommitdiff
path: root/hugo/config.inc.php
blob: a510104b715664a0db222bf2d6be5c87f28460ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?php
/*
 * Generated configuration file
 * Generated by: phpMyAdmin 3.3.7 setup script by Piotr Przybylski <piotrprz@gmail.com>
 * Date: Tue, 14 Sep 2010 12:01:03 +0200
 */

/* Servers configuration */
$i = 0;

/* Server: CCWN Datenbankserver [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = 'CCWN Datenbankserver';
$cfg['Servers'][$i]['host'] = 'database';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = '';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
$cfg['Servers'][$i]['controluser'] = 'ccwn_pma';
$cfg['Servers'][$i]['controlpass'] = 'ccwn__PMA_pWs';
$cfg['Servers'][$i]['bookmarktable'] = 'pma__bookmark';
$cfg['Servers'][$i]['relation'] = 'pma__relation';
$cfg['Servers'][$i]['table_info'] = 'pma__table_info';
$cfg['Servers'][$i]['table_coords'] = 'pma__table_coords';
$cfg['Servers'][$i]['pdf_pages'] = 'pma__pdf_pages';
$cfg['Servers'][$i]['column_info'] = 'pma__column_info';
$cfg['Servers'][$i]['history'] = 'pma__history';
$cfg['Servers'][$i]['designer_coords'] = 'pma__designer_coords';
$cfg['Servers'][$i]['tracking'] ='pma__tracking';
$cfg['Servers'][$i]['recent'] ='pma__recent';
$cfg['Servers'][$i]['userconfig'] ='pma__userconfig';
$cfg['Servers'][$i]['table_uiprefs'] ='pma__table_uiprefs';

/* End of servers configuration */

$cfg['blowfish_secret'] = '4c8f44a487f790.41373979';
$cfg['DefaultLang'] = 'de-utf-8';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
$cfg['AllowAnywhereRecoding'] = true;
$cfg['QueryHistoryDB'] = true;
$cfg['QueryHistoryMax'] = 100;
$cfg['OBGzip'] = false;
$cfg['SQLQuery'] = array (
  'Validate' => true,
);
$cfg['Export'] = array (
  'compression' => 'zip',
);
$cfg['PmaAbsoluteUri'] = 'https://intern.ccwn.org/hugo/';
?>