CustomerRewardsRESTAPI/Include/sampleConfig.php

12 lines
362 B
PHP
Raw Normal View History

2024-04-15 11:38:59 -05:00
<?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>");