diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /hugo/config.inc.php | |
Diffstat (limited to 'hugo/config.inc.php')
| -rw-r--r-- | hugo/config.inc.php | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/hugo/config.inc.php b/hugo/config.inc.php new file mode 100644 index 0000000..a510104 --- /dev/null +++ b/hugo/config.inc.php @@ -0,0 +1,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/'; +?> |
