Skip to content

Commit

Permalink
removing debug and allowed_hosts from the conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Mar 14, 2024
1 parent b4c2bf8 commit fc9238e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/salt/tethyscore.sls
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ Generate_Tethys_DB_Conditional_Settings_TethysCore:
cmd.run:
- name: >
tethys settings
--set DEBUG {{ DEBUG }}
--set ALLOWED_HOSTS {{ ALLOWED_HOSTS }}
--set DATABASES.default.ENGINE "{{ TETHYS_DB_ENGINE }}"
--set DATABASES.default.NAME "{{ TETHYS_DB_NAME }}"
--set DATABASES.default.USER "{{ TETHYS_DB_USERNAME }}"
Expand Down

0 comments on commit fc9238e

Please sign in to comment.