Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 1.31 KB

development.md

File metadata and controls

27 lines (18 loc) · 1.31 KB

Development Guide

Project structure

Kyma Showcase consists of three main components.

  • Frontend with the user interface,
  • Backend with the Redis server,
  • Serverless Functions.

Installation

For the installation guidelines, refer to Installation section in the main README.md file.

Configuration

To configure Kyma Showcase, you need to apply the relevant parameters in secrets.yaml and fill the config domain in the frontend-config.yaml frontend/apirule.yaml and backend/apirule.yaml files.

Parameter Description
GCP_API_KEY Your GCP API key. For more information on the key generation refer to the official documentation.
GCP_EMAIL Mandatory credential for the GCP access.
REDIS_PASSWORD Required for the authorization layer.
API_URL Defines the API URL that Frontend makes calls to.
EVENT_URL Event publisher URL.
API_KEY_PARAM Your GCP Maps API key. For more information on the key generation refer to the official documentation.