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

Userupdate v16 #57

Merged
merged 3 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
# built documents.
#
# The short X.Y version.
version = '9.15'
version = '9.16'
# The full version, including alpha/beta/rc tags.
release = '9.15.2'
release = '9.16'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion user/diagnostictool/settings.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DATA_URL = 'http://hisparc-raw.chpc.utah.edu/hisparc/upload'
DATA_URL = 'https://upload.hisparc.nl/hisparc/upload'

ENABLED_CHECKS = ("data_connection", "vpn_connection", "proxy_settings")
2 changes: 1 addition & 1 deletion user/hsmonitor/data/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FileLevel=debug
ScreenLevel=info

[Upload-datastore]
URL=http://hisparc-raw.chpc.utah.edu/hisparc/upload
URL=https://upload.hisparc.nl/hisparc/upload
MinBatchSize=100
MaxBatchSize=1000
MinWait=1
Expand Down