Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: CCAT_CORE_USE_SECURE_PROTOCOLS #874

Merged

Commits on Jul 24, 2024

  1. fix: CCAT_CORE_USE_SECURE_PROTOCOLS

    - In compose/env file, set `CCAT_CORE_USE_SECURE_PROTOCOLS=0`
    issue: `get_base_url()` will return `http0://...`
    
    This commit rewrites the condition in order to get the expected
    behavior:
    - `CCAT_CORE_USE_SECURE_PROTOCOLS=1 | true` will give `https://...`
    - everything else will give `http://...`
    kodaline committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    cc732db View commit details
    Browse the repository at this point in the history