Add more config options
This commit is contained in:
parent
313538ba5a
commit
bad798a2ee
3 changed files with 6 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
<?php
|
||||
$cfg['ForceSSL'] = true;
|
||||
$cfg['blowfish_secret'] = '{{ phpmyadmin_blowfish_secret }}';
|
||||
$cfg['TempDir'] = '{{ phpmyadmin_tmp }}';
|
||||
|
||||
{% if phpmyadmin_hosts is defined %}
|
||||
$i = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue