Skip to content

Commit

Permalink
test: set charset
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustavb12 committed Oct 9, 2024
1 parent 905c7a4 commit 68c0a1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tutor/templates/apps/openedx/config/partials/auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ DATABASES:
ATOMIC_REQUESTS: true
OPTIONS:
init_command: "SET sql_mode='STRICT_TRANS_TABLES'"
{%- if RUN_MYSQL %}
charset: "utf8mb4"
{%- endif %}
EMAIL_HOST_USER: "{{ SMTP_USERNAME }}"
EMAIL_HOST_PASSWORD: "{{ SMTP_PASSWORD }}"

0 comments on commit 68c0a1a

Please sign in to comment.