mattermost-order-bot/app/parameters.php

7 lines
107 B
PHP
Raw Normal View History

<?php
define(HASH_ALGORITHM, PASSWORD_BCRYPT);
define(HASH,password_hash('xxxx-0000', HASH_ALGORITHM));