Open main menu

CDOT Wiki β

Changes

OPS705 Assignment 2

1 byte added, 22:14, 29 March 2023
m
no edit summary
# define('DB_HOST', '''getenv('DB_HOST'))''';
=== Adding Authentication Unique Keys and Salts as Environment Variables ===
In the same file (wp-config.php), you'll be adding the authentication keys and salts from the previous section as '''environment variables'''. Find the following lines and add the bolded values:
# define('AUTH_KEY', '''getenv('AUTH_KEY'))''';