mirror of
https://github.com/BreizhHardware/ProjetS4COMWEB.git
synced 2026-03-23 07:50:30 +01:00
7 lines
166 B
PHP
7 lines
166 B
PHP
<?php
|
|
const DB_USER = 'postgres';
|
|
const DB_PASSWORD = 'a';
|
|
const DB_NAME = 'daesh';
|
|
const DB_SERVER = "192.168.21.187";
|
|
const DB_PORT = '5432';
|
|
?>
|