Skip to content

Commit

Permalink
Insert BetaAPI and Swagger variable to local_settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
himself1985 authored Dec 18, 2024
1 parent 5ee2a3c commit c647bf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/containers/tactical/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ ADMIN_ENABLED = False
TRMM_DISABLE_WEB_TERMINAL = ${TRMM_DISABLE_WEB_TERMINAL}
TRMM_DISABLE_SERVER_SCRIPTS = ${TRMM_DISABLE_SERVER_SCRIPTS}
TRMM_DISABLE_SSO = ${TRMM_DISABLE_SSO}
SWAGGER_ENABLED = ${SWAGGER_ENABLED}
BETA_API_ENABLED = ${BETA_API_ENABLED}
EOF
)"

Expand Down

0 comments on commit c647bf8

Please sign in to comment.