Last active
May 4, 2020 08:19
-
-
Save domantasg/0bd9f5f9a32aec681021fcef847be96b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ** MySQL settings - You can get this info from your web host ** // | |
/** The name of the database for WordPress */ | |
define('DB_NAME', 'uXXXXXXXXXX'); | |
/** MySQL database username */ | |
define('DB_USER', 'uXXXXXXXXXX'); | |
/** MySQL database password */ | |
define('DB_PASSWORD', 'byMaHuTuMu'); | |
/** MySQL hostname */ | |
define('DB_HOST', 'mysql'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment