Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr KOZAREV committed Oct 14, 2024
1 parent be5dede commit 9468264
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elixir_daisy/settings_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,5 @@

REMS_INTEGRATION_ENABLED = True
REMS_ALLOWED_IP_ADDRESSES = ["127.0.0.1"]
REMS_URL = "http://localhost:3000/"
REMS_RETRIES = 1
1 change: 1 addition & 0 deletions elixir_daisy/settings_local.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
REMS_URL = ""
REMS_API_USER = ""
REMS_VERIFY_SSL = True
REMS_RETRIES = 3

# IDSERVICE_FUNCTION = 'core.lcsb.idservice.generate_identifier'
IDSERVICE_ENDPOINT = "https://10.240.16.199:8080/v1/api/id"
Expand Down

0 comments on commit 9468264

Please sign in to comment.