PHP Classes

File: backend/Database/config.php

Recommend this page to a friend!
  Classes of Rodrigo Faustino   Web App Multi-Perfil   backend/Database/config.php   Download  
File: backend/Database/config.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: Web App Multi-Perfil
App that uses CRUD to manage multiple users
Author: By
Last change:
Date: 1 month ago
Size: 549 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', 'loja');
 
define('DB_USER', 'root');
 
define('DB_PASSWORD', 'root123');
 
define('DB_TYPE', 'mysql');
 
define('TOKEN', '9b426114868f4e2179612445148c4985429e5138758ffeed5eeac1d1976e7443');