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

Port and Test work #55

Merged
merged 2 commits into from
Feb 11, 2024
Merged

Port and Test work #55

merged 2 commits into from
Feb 11, 2024

Conversation

stahnma
Copy link
Owner

@stahnma stahnma commented Feb 11, 2024

Fixes #48

Michael Stahnke added 2 commits February 11, 2024 00:01
Originally, if `CSPP_PORT` and the port found in `CSPP_BASE_URL` weren't the
same, it would service on `CSPP_PORT` but link out and log with
`CSPP_BASE_URL`. THis was bad. To fix this, we now honor the port found in
`CSPP_BASE_URL` at all times, unless it's not set (e.g. it's just a string like
`http://example.com/cspp`) and `CSPP_PORT` is set. Then it will use `CSPP_PORT`
for all things. If neither is specified, it's just port 8080.
@stahnma stahnma merged commit 73ff262 into main Feb 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CSPP: If base_url is set what to do about CSPP_PORT?
1 participant