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

4 lines
131 B
PHP
Raw Normal View History

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