-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.php
executable file
·39 lines (31 loc) · 957 Bytes
/
config.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
36
37
38
39
<?php
/* Configuration Info
* Enter your configuration information below.
*/
//Database Information
/* DB Name
* Enter the name of your database below.
*/
define('DB_NAME', 'db_cam');
/* DB Username
* Enter the username of the user with access to the database below.
*/
define('DB_USER', 'root');
/* DB Password
* Enter the above user's password below.
*/
define('DB_PASS', 'ntildels');
//SALT Information
/* Site Key
* Enter your site key below.
*/
define('SITE_KEY', 'tIVLEabZMrxm!%4ZHJWnXAjxbPt4mYGtyb!@$%&^%VQJsxGjOIdej#OT3EhCpxqC5Bu6KSOJM$$##VJV9jLF5uWiiFXm1G');
/* NONCE SALT
* Enter your NONCE SALT below.
*/
define('NONCE_SALT', 'fxmAMC5TiY2_)(eh2DfbOOX4*&F73ldggm8KZP35N48t3OVbTaoOpaOlLydef#_+kvusgNgafnuujTPdazfzqpDy');
/* AUTH SALT
* Enter your AUTH SALT below.
*/
define('AUTH_SALT', 'g)(*)Um9SXCqWWvSDm6&^&k3iwMqPghWzTgqMSiy)(&*&RaAoMdbyLNuRdvH(gwL0fA7Umlmy4ZvH04r2xjp7KH2ahNNc');
?>