Skip to content

Commit

Permalink
fix: remove internal_service_url from production settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Mar 15, 2024
1 parent 2900711 commit 554f562
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tutoraspects/patches/openedx-common-settings
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ EVENT_SINK_CLICKHOUSE_BACKEND_CONFIG = {
"timeout_secs": {{ ASPECTS_EVENT_SINK_CLICKHOUSE_TIMEOUT_SECS }}
}
SUPERSET_CONFIG = {
"internal_service_url": "http://superset:{{ SUPERSET_PORT }}/",
"service_url": "{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ SUPERSET_HOST }}",
"username": "{{ SUPERSET_LMS_USERNAME }}",
"password": "{{ SUPERSET_LMS_PASSWORD }}",
Expand Down
2 changes: 1 addition & 1 deletion tutoraspects/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
(
"OPENEDX_EXTRA_PIP_REQUIREMENTS",
[
"platform-plugin-aspects==0.3.0",
"platform-plugin-aspects==0.3.1",
"edx-event-routing-backends==v8.1.1",
],
),
Expand Down

0 comments on commit 554f562

Please sign in to comment.