HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/awaldron/_phpassport/api.pennhillspassport.com/v1/config.php
<?php
/**
 * Local configuration. NOT tracked in git; denied by v1/.htaccess.
 *
 * ---------------------------------------------------------------------------
 * ROTATE EVERY VALUE IN THIS FILE.
 *
 * All of these were previously hardcoded in tracked source and are present in
 * this repository's git history (commit 4e23ac5 and earlier). Moving them here
 * stops the bleeding; it does not undo the exposure. Treat each as compromised
 * until it has been regenerated at its provider.
 * ---------------------------------------------------------------------------
 */

return [

    'db' => [
        // NOTE: local dev points at phcdc_members while production uses
        // awaldron_phpassport. That mismatch was in the original dbconnect()
        // and is preserved here verbatim — worth revisiting separately.
        'localhost:8888' => [
            'host' => 'localhost',
            'port' => '',            // e.g. 8889 for MAMP's bundled MySQL
            'user' => 'root',
            'pass' => 'root',
            'name' => 'phcdc_members',
        ],
        'default' => [
            'host' => 'localhost',
            'user' => 'awaldron_phpassport_user',
            'pass' => '35&LtmeL6C*5',
            'name' => 'awaldron_phpassport',
        ],
    ],

    'cron_key' => '20cfa9e8c82538794ca71b002aac43c36f5d1342e29db42c',

    'smtp' => [
        'host'     => 'mail.smtp2go.com',
        'port'     => '2525',
        'user'     => 'pennhillscdc',
        'pass'     => 'xVnXrJGR76RMycPL',
        'from'     => 'noreply@pennhillscdc.org',
        'fromName' => 'Penn Hills CDC',
    ],

    'onesignal' => [
        'app_id'         => 'a78d4012-1040-4368-b4c7-a913a8547dcc',
        'app_key_token'  => 'OTMyYjUzMDctMGQ5ZS00MGNkLWJmNzItZmM1MTRiYzE1N2Iw',
        'user_key_token' => 'MTAzZGEzZDAtZjRkYy00OGViLTgyOWItNWNmOGM3YjE3OWFk',
    ],

    'google_maps_key' => 'AIzaSyCfcS4oNeAxWbHt42EWNhbH_mjPKd3kh6o',

    'openai_key' => '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',

    'coveo_token' => 'xx4e57cda9-3464-437d-9375-b947ca6b72c8',

];