Sign inSign up

muhohoweb/students-image

By muhohoweb

Updated almost 2 years ago

Students Microservice

Image
API management
0

3.3K

muhohoweb/students-image repository overview

Environment Variables

The following environment variables need to be configured for the application:

  1. COURSE_URL: The URL of the course service. Default: ${COURSE_URL}
  2. KEY_CLOAK_DB_URL: The database URL for Keycloak. Default: ${KEY_CLOAK_DB_URL}
  3. KEY_CLOAK_CLIENT_ID: The client ID used for Keycloak authentication. Default: ${KEY_CLOAK_CLIENT_ID}
  4. KEY_CLOAK_USERNAME: The username used for Keycloak authentication. Default: ${KEY_CLOAK_USERNAME}
  5. KEY_CLOAK_PASSWORD: The password used for Keycloak authentication. Default: ${KEY_CLOAK_PASSWORD}
  6. KEY_CLOAK_TOKEN_ENDPOINT: The token endpoint URL for Keycloak. Default: ${KEY_CLOAK_TOKEN_ENDPOINT}
  7. KEY_CLOAK_ISSUER_URI: The issuer URI for Keycloak. Default: ${KEY_CLOAK_ISSUER_URI}
  8. KEY_CLOAK_DB_PASSWORD: The database password for Keycloak. Default: ${KEY_CLOAK_DB_PASSWORD}
  9. KEY_CLOAK_DB_USERNAME: The database username for Keycloak. Default: ${KEY_CLOAK_DB_USERNAME}
  10. KEY_CLOAK_USERS_DB: The name of the Keycloak users database. Default: ${KEY_CLOAK_USERS_DB}
  11. KEY_CLOAK_CORS_ALLOWED_ORIGINS: The allowed origins for CORS in Keycloak. Default: ${KEY_CLOAK_CORS_ALLOWED_ORIGINS}
  12. KEY_CLOAK_COURSE_URL: The course URL for Keycloak integration. Default: ${KEY_CLOAK_COURSE_URL}
  13. DB_USER: The database user. Default: ${DB_USER}
  14. DB_USERNAME: The database username. Default: ${DB_USERNAME}
  15. DB_PASSWORD: The database password. Default: ${DB_PASSWORD}
  16. DB_URL: The database connection URL. Default: ${DB_URL}
  17. CORS_ALLOWED_ORIGINS: The allowed origins for CORS. Default: ${CORS_ALLOWED_ORIGINS}
Notes

Make sure to configure these environment variables either through an .env file, directly in your Docker Compose file, or in the environment where your container is running.

Tag summary

Content type

Image

Digest

sha256:de5b7f490

Size

276.7 MB

Last updated

almost 2 years ago

docker pull muhohoweb/students-image:3.9.4