Challenge 05 - Configuration

< Previous Challenge - Home - Next Challenge >

Introduction

In challenge 4 we deployed a Mongo DB database as one step towards fixing one of our errors in challenge 3. For this challenge we will be configuring our backend and frontend applications to fix the errors we found in challenge 3.

Description

In this challenge, we will need to configure our deployments. Your goal is to find out what environment variables need to be configured for the application to work.

These variables can be created by using either the ARO Web Console or the OpenShift CLI, it’s up to you! Once we set these variables, we will want to ensure that our application is now working. To do this, try exploring the application and see if data persists!

Success Criteria

To complete this challenge successfully, you should be able to:

Learning Resources