Add more config options

This commit is contained in:
phil 2024-01-04 08:44:43 +01:00
parent 313538ba5a
commit bad798a2ee
3 changed files with 6 additions and 1 deletions

View file

@ -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;