athenahr/config/local-overrides.php

10 lines
115 B
PHP
Raw Normal View History

<?php
return [
'features' => [
'requireGameLicense' => env('OVERRIDE_LICENSED_ACCOUNT', 0)
]
];