mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-24 15:26:33 -06:00
Messed up DB config. Seems redis is working though.
This commit is contained in:
parent
4bab045d6f
commit
450433f12e
@ -19,9 +19,10 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
|
||||
$databaseUrl = getenv('DATABASE_URL');
|
||||
|
Loading…
Reference in New Issue
Block a user