Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #268 from cdosborn/simplify-vars-send-emails-and-d…
Browse files Browse the repository at this point in the history
…ebug

Simplify SEND_EMAILS and DEBUG variables
  • Loading branch information
cdosborn authored Aug 14, 2018
2 parents 32cf478 + 63734eb commit c930ae1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion group_vars/atmosphere
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,11 @@ ATMO:
DATABASE_PASSWORD: "{{ atmosphere_database_password }}"
DATABASE_PORT: 5432
DATABASE_USER: "{{ atmosphere_database_user }}"
DJANGO_DEBUG: "{{ DEBUG | default(True)}}"
DEBUG: "{{ DEBUG | default(False)}}"
DJANGO_DEBUG_TOOLBAR: "{{ DJANGO_DEBUG_TOOLBAR | default(False)}}"
ENFORCING: "{{ ENFORCING | default(False) }}"
DJANGO_JENKINS: "{{ install_jenkins }}"
SEND_EMAILS: "{{ SEND_EMAILS | default(False) }}"
SESSION_COOKIE_AGE:
SSLSERVER: "{{ SSLSERVER | default(True) }}"
TESTING: "{{ TESTING | default(False) }}"
Expand Down

0 comments on commit c930ae1

Please sign in to comment.