Changes

Jump to: navigation, search

OPS705 Assignment 2

257 bytes added, 22:09, 29 March 2023
no edit summary
# Enable automated backups: '''Unchecked'''
# Enable encryption: '''Unchecked'''
#
Once the database has finished creating, click on the ''View connection details'' button by the green success message at the top of the page. This gives you your database password.
=== Adding Database Connector Info As Environment Variables ===
In this file(wp-config.php), you will be adding database connector information as '''environment variables''', not the actual connector information.Find the following lines and add the bolded values:# define('DB_NAME', '''getenv('DB_NAME'))''';# define('DB_USER', '''getenv('DB_USER'))''';# define('DB_PASSWORD', '''getenv('DB_PASSWORD'))''';# define('DB_HOST', '''getenv('DB_HOST'))''';
= Task 4: Elastic Beanstalk =

Navigation menu