Skip to content

Commit

Permalink
mf
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Dec 10, 2024
1 parent 0b38e76 commit b0744b2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions application/src/django_admin/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,13 +399,13 @@ def logger_config(log_dir: Path):
}

WELL_KNOWN = {
"api": custom_settings['tira_rest_api']['base_url'],
"grpc": custom_settings['tira_rest_api']['grpc_url'],
"archived": custom_settings['tira_rest_api']['archived_url'],
"login": custom_settings['tira_rest_api']['login_url'],
"logout": custom_settings['tira_rest_api']['logout_url'],
"notifications": custom_settings['tira_rest_api']['notifications_url'],
"disraptorURL": custom_settings['tira_rest_api']['disraptor_url'],
"api": custom_settings["tira_rest_api"]["base_url"],
"grpc": custom_settings["tira_rest_api"]["grpc_url"],
"archived": custom_settings["tira_rest_api"]["archived_url"],
"login": custom_settings["tira_rest_api"]["login_url"],
"logout": custom_settings["tira_rest_api"]["logout_url"],
"notifications": custom_settings["tira_rest_api"]["notifications_url"],
"disraptorURL": custom_settings["tira_rest_api"]["disraptor_url"],
}

CODE_SUBMISSION_REPOSITORY_NAMESPACE = "tira-io"
Expand Down

0 comments on commit b0744b2

Please sign in to comment.