Autosave: 20260218-185515
This commit is contained in:
parent
75abfd68ed
commit
2426432e9e
@ -1,12 +1,13 @@
|
||||
<?php
|
||||
// Configuration for the SEPARATE Licensing Server
|
||||
// This file should be configured on the server where you host the License Manager.
|
||||
// Configuration for omanaap.cloud
|
||||
// 1. Database Credentials (for the live server)
|
||||
define('DB_HOST', 'localhost');
|
||||
define('DB_NAME', 'u128023052_meezan_license');
|
||||
define('DB_USER', 'u128023052_meezan_license');
|
||||
define('DB_PASS', 'Meezan@2026');
|
||||
|
||||
define('DB_HOST', '127.0.0.1');
|
||||
define('DB_NAME', 'license_manager_db');
|
||||
define('DB_USER', 'license_manager');
|
||||
define('DB_PASS', 'jHG3lC03GbTSErdw');
|
||||
define('SERVER_SECRET', 'CHANGE_THIS_TO_A_RANDOM_STRING_FOR_SECURITY');
|
||||
// 2. The Secret Key (Just the code, not the command)
|
||||
define('SERVER_SECRET', '1485-5215-2578');
|
||||
|
||||
function db_manager() {
|
||||
static $pdo;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user