walletservice/config/variables.php

5 lines
62 B
PHP

<?php
return [
'send_email' => env('SEND_EMAIL', true)
];