Skip to content

riyagooo/affirmation-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Affirmation App

Environment configuration

  1. Copy the provided samples and adjust the secrets:
    cp .env.example .env
    cp frontend/.env.example frontend/.env
  2. Update the new .env files with the values for your deployment. The backend reads database and Keycloak credentials from .env, while the Angular frontend consumes the NG_APP_* variables.
  3. When using Docker Compose, the .env file is loaded automatically. For local development outside Docker, export the variables manually or run your IDE/terminal in a session where .env has been sourced.

The backend/test-affirmation.sh script now relies on the same environment variables, so it no longer embeds the Keycloak client secret.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published