Files
hstream/config/captcha.php

10 lines
95 B
PHP

<?php
/**
* Altcha Captcha System
*/
return [
'hmac_key' => env('ALTCHA_HMAC_KEY'),
];