1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/teampass_ynh.git synced 2024-09-03 20:26:37 +02:00
teampass_ynh/conf/sk.php
2016-12-14 16:02:43 +01:00

8 lines
No EOL
215 B
PHP
Executable file

<?php
@define('SALT', '__SALTKEY__'); //Never Change it once it has been used !!!!!
@define('COST', '13'); // Don't change this.
@define('AKEY', '');
@define('IKEY', '');
@define('SKEY', '');
@define('HOST', '');
?>