PHP Classes

File: backend/Database/config.php

Recommend this page to a friend!
  Classes of Rodrigo Faustino   PHP AJAX Login with JWT and Fetch API   backend/Database/config.php   Download  
File: backend/Database/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP AJAX Login with JWT and Fetch API
Login users using AJAX to send JWT to a server API
Author: By
Last change:
Date: 5 months ago
Size: 550 bytes
 

Contents

Class file image Download
<?php
 
// define('DB_HOST', 'localhost');
  // define('DB_NAME', 'id21515462_login');
  // define('DB_USER', 'id21515462_root');
  // define('DB_PASSWORD', 'DSMroot123.');
  // define('DB_TYPE', 'mysql');
  // define('TOKEN', '9b426114868f4e2179612445148c4985429e5138758ffeed5eeac1d1976e7443');
 
define('DB_HOST', 'localhost');
 
define('DB_NAME', 'login');
 
define('DB_USER', 'root');
 
define('DB_PASSWORD', 'root123');
 
define('DB_TYPE', 'mysql');
 
define('TOKEN', '9b426114868f4e2179612445148c4985429e5138758ffeed5eeac1d1976e7443');