webapps/evoadmin-web: Add example of logins vars

Examples are present in config.php but not config.local.php and can be
disturbing.
This commit is contained in:
Benoît S. 2018-04-20 14:17:17 +02:00
parent bc3b1182ea
commit cb941bfe61
1 changed files with 4 additions and 0 deletions

View File

@ -6,3 +6,7 @@ $localconf['debug'] = FALSE;
$localconf['superadmin'] = array();
$localconf['script_path'] = '{{ evoadmin_scripts_dir }}';
$localconf['cluster'] = FALSE;
// auth (sha256 hashs) / echo -n YourPass | sha256sum
$oriconf['logins'] = array();
//$oriconf['logins']['foo'] = 'd5d3c723fb82cb0078f399888af78204234535ec2ef3da56710fdd51f90d2477';
//$oriconf['logins']['bar'] = '7938c84d6e43d1659612a7ea7c1101ed02e52751bb64597a8c20ebaba8ba4303';