Skip to content

Commit

Permalink
update settings module
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulkireev committed Sep 21, 2024
1 parent 732872c commit b0fcf88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi
export PROJECT_NAME=isitketo
export OTEL_EXPORTER_OTLP_ENDPOINT=https://signoz-otel-collector-proxy.cr.lvtd.dev
export OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf
export DJANGO_SETTINGS_MODULE="isitketo.settings.production"
export DJANGO_SETTINGS_MODULE="isitketo.settings"

while getopts ":sw" option; do
case "${option}" in
Expand Down

0 comments on commit b0fcf88

Please sign in to comment.