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

Use another rundb url tk_rundb_api_url to generate token #135

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

dachengx
Copy link
Contributor

@dachengx dachengx commented Oct 4, 2024

Close: XENONnT/outsource#147

The current problem is:

  1. 80 is not allowed to generate .dbtoken
  2. 5000 is blocked by OSG so it can not be used for DB operation

After this PR, you can set XENON_CONFIG as:

[RunDB]
rundb_api_url = http://******:80
tk_rundb_api_url = http://******:5000

@dachengx dachengx marked this pull request as ready for review October 4, 2024 17:36
@dachengx dachengx merged commit bffe28c into master Oct 4, 2024
2 checks passed
@dachengx dachengx deleted the another_rundb_api_url branch October 4, 2024 17:37
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.

Complexity in port of rundb_api_url when generating dbtoken
1 participant