-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathconfig.dist.php
35 lines (26 loc) · 1003 Bytes
/
config.dist.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
/*
########################### DMU-Net.org ##########################
* Maintainer: Jonathan DEKHTIAR
* Date: 2017-05-17
* Contact: [email protected]
* Twitter: https://twitter.com/born2data
* LinkedIn: https://fr.linkedin.com/in/jonathandekhtiar
* Personal Website: http://www.jonathandekhtiar.eu
* RSS Feed: https://www.feedcrunch.io/@dataradar/
* Tech. Blog: http://www.born2data.com/
* Github: https://github.com/DEKHTIARJonathan
*******************************************************************
2017 May 17
In place of a legal notice, here is a blessing:
May you do good and not evil.
May you find forgiveness for yourself and forgive others.
May you share freely, never taking more than you give.
*******************************************************************
*/
// Database's Parameters
$_CONFIG['sql_host'] = "############";
$_CONFIG['sql_db'] = "############";
$_CONFIG['sql_user'] = "############";
$_CONFIG['sql_pass'] = '############';
?>