· 6 years ago · Sep 22, 2019, 04:46 AM
1<?php
2/**
3* The base configuration for WordPress
4*
5* The wp-config.php creation script uses this file during the
6* installation. You don't have to use the web site, you can
7* copy this file to "wp-config.php" and fill in the values.
8*
9* This file contains the following configurations:
10*
11* * MySQL settings
12* * Secret keys
13* * Database table prefix
14* * ABSPATH
15*
16* @link https://codex.wordpress.org/Editing_wp-config.php
17*
18* @package WordPress
19*/
20define('WP_HOME','http://therapeuticservicesinc.com/');
21define('WP_SITEURL','http://therapeuticservicesinc.com/');
22// ** MySQL settings - You can get this info from your web host ** //
23/** The name of the database for WordPress */
24define('DB_NAME', 'therapeu_admin');
25/** MySQL database username */
26define('DB_USER', 'therapeutic');
27/** MySQL database password */
28define('DB_PASSWORD', 'utxs%f#8B');
29/** MySQL hostname */
30define('DB_HOST', 'localhost');
31/** Database Charset to use in creating database tables. */
32define('DB_CHARSET', 'utf8mb4');
33/** The Database Collate type. Don't change this if in doubt. */
34define('DB_COLLATE', '');
35/**#@+
36* Authentication Unique Keys and Salts.
37*
38* Change these to different unique phrases!
39* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
40* You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
41*
42* @since 2.6.0
43*/
44define('AUTH_KEY', '$M:aE,FR}&^d+]6]cA(NhoXYmhNy+0{|rZvnvTT} WY)EwG-|:D(qIF~||UaRc|-');
45define('SECURE_AUTH_KEY', '1&b3`o&xk6Vpm{3K223Q92kf|%qI!-:kb%4@YD!K>r0^!2CAykb:0$4oWzi@c`Qd');
46define('LOGGED_IN_KEY', 'C:)tjS!^35a+3 +SEmTOOCE1M:t<?yc;@-@|.gc~KS@a|$TB0p3emo6|1m-`ykT8');
47define('NONCE_KEY', 'F]g@l3y|DhlgxtR_ov+o#a[KZ)b+6Mjr_+TwG+:Oz~fl$`|B-$rC{yTivZGEFkXI');
48define('AUTH_SALT', 'v=Vy}Kcg(45lxe-pN|)%SFl56xg4mw8J)rX)P,tn::?qQmE,8*8ZvV+D=DB2;<6*');
49define('SECURE_AUTH_SALT', 'W&e/udl(_-4zwqgKw,}*k8D&2=8y%H._[6#pnnG-g_+anq){lNt!3Nw!@mv41[]I');
50define('LOGGED_IN_SALT', 'LghH:PaZ[T]pFYzb2]A[$p^?4FXZu2M|t/>I7:mQ^WJ92&RBw#=gNut1H!LWR3fZ');
51define('NONCE_SALT', '5m~d+v}:F?:|8y%}<-Kx[=g<.loI,W>-xf%j#jqY|/G(?,a(Ep!Z(r=zsuyP][4^');
52/**#@-*/
53/**
54* WordPress Database Table prefix.
55*
56* You can have multiple installations in one database if you give each
57* a unique prefix. Only numbers, letters, and underscores please!
58*/
59$table_prefix = 'ter_';
60/**
61* For developers: WordPress debugging mode.
62*
63* Change this to true to enable the display of notices during development.
64* It is strongly recommended that plugin and theme developers use WP_DEBUG
65* in their development environments.
66*
67* For information on other constants that can be used for debugging,
68* visit the Codex.
69*
70* @link https://codex.wordpress.org/Debugging_in_WordPress
71*/
72define('WP_DEBUG', false);
73/* That's all, stop editing! Happy blogging. */
74/** Absolute path to the WordPress directory. */
75if ( !defined('ABSPATH') )
76define('ABSPATH', dirname(__FILE__) . '/');
77/** Sets up WordPress vars and included files. */
78require_once(ABSPATH . 'wp-settings.php');