mirror of
https://github.com/sctn4elk/CustomerRewardsRESTAPI.git
synced 2025-01-09 15:14:29 -06:00
12 lines
362 B
PHP
12 lines
362 B
PHP
<?php
|
|
|
|
/*
|
|
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
|
* Click nbfs://nbhost/SystemFileSystem/Templates/Scripting/EmptyPHP.php to edit this template
|
|
*/
|
|
|
|
define("DB_HOST", "<hostname>");
|
|
define("DB_USERNAME", "<username>");
|
|
define("DB_PASSWORD", '<password>');
|
|
define("DB_DATABASE_NAME", "<database>");
|