File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 102
102
"http://sciencediscoveryengine.nasa.gov" ,
103
103
"https://localhost:4200" ,
104
104
"http://localhost:4200" ,
105
- "https://sde-lrm.nasa-impact.net/app/nasa-sba-tdamm/" ,
106
- "https://sde-lrm.nasa-impact.net/app/nasa-sba-smd/" ,
107
- "http://sde-lrm.nasa-impact.net/app/nasa-sba-tdamm/" ,
108
- "http://sde-lrm.nasa-impact.net/app/nasa-sba-smd/" ,
109
105
]
110
106
111
107
# MIGRATIONS
353
349
LRM_QA_PASSWORD = env ("LRM_QA_PASSWORD" )
354
350
LRM_DEV_TOKEN = env ("LRM_DEV_TOKEN" )
355
351
XLI_TOKEN = env ("XLI_TOKEN" )
356
- INFERENCE_API_URL = env ("INFERENCE_API_URL" , default = "http://host.docker.internal:8000" )
357
352
TDAMM_CLASSIFICATION_THRESHOLD = env ("TDAMM_CLASSIFICATION_THRESHOLD" , default = "0.5" )
Original file line number Diff line number Diff line change 52
52
53
53
# https://docs.celeryq.dev/en/stable/userguide/configuration.html#task-eager-propagates
54
54
CELERY_TASK_EAGER_PROPAGATES = True
55
+
56
+ # Inference API
57
+ # ------------------------------------------------------------------------------
58
+ INFERENCE_API_URL = env ("INFERENCE_API_URL" , default = "http://host.docker.internal:8000" )
59
+
55
60
# Your stuff...
56
61
# ------------------------------------------------------------------------------
57
62
Original file line number Diff line number Diff line change 166
166
traces_sample_rate = env .float ("SENTRY_TRACES_SAMPLE_RATE" , default = 0.0 ),
167
167
)
168
168
169
+ # Inference API
170
+ # ------------------------------------------------------------------------------
171
+ INFERENCE_API_URL = env ("INFERENCE_API_URL" , default = "http://172.17.0.1:8000" )
169
172
170
173
# Your stuff...
171
174
# ------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments