This commit is contained in:
2025-05-26 21:19:38 +00:00
parent d3fa1733f4
commit 088e0cc5a3
9 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
require_once 'vendor/autoload.php';
$dotenv = Dotenv\Dotenv::createImmutable('/home/jashton/dev/me/weave.space/');
$dotenv = Dotenv\Dotenv::createImmutable('/home/prod/vintagecoding.net/');
$dotenv->safeLoad();
// Use environment variables for the database password and IP address.