File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 102102 "http://sciencediscoveryengine.nasa.gov" ,
103103 "https://localhost:4200" ,
104104 "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/" ,
109105]
110106
111107# MIGRATIONS
Original file line number Diff line number Diff line change 5252
5353# https://docs.celeryq.dev/en/stable/userguide/configuration.html#task-eager-propagates
5454CELERY_TASK_EAGER_PROPAGATES = True
55+
56+ # Inference API
57+ # ------------------------------------------------------------------------------
58+ INFERENCE_API_URL = env ("INFERENCE_API_URL" , default = "http://host.docker.internal:8000" )
59+
5560# Your stuff...
5661# ------------------------------------------------------------------------------
5762
Original file line number Diff line number Diff line change 166166 traces_sample_rate = env .float ("SENTRY_TRACES_SAMPLE_RATE" , default = 0.0 ),
167167)
168168
169+ # Inference API
170+ # ------------------------------------------------------------------------------
171+ INFERENCE_API_URL = env ("INFERENCE_API_URL" , default = "http://172.17.0.1:8000" )
169172
170173# Your stuff...
171174# ------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments