Unverified Commit c97b3470 by Ned Batchelder Committed by GitHub

Merge pull request #4181 from ffinstitute/ficus-fix-for-edx

Use INSIGHTS_DATABASE variables in edxlocal role
parents 3161476f d3f61f19
......@@ -24,8 +24,8 @@ edxlocal_database_users:
}
- {
db: "{{ INSIGHTS_DATABASE_NAME | default(None) }}",
user: "{{ INSIGHTS_MYSQL_USER | default(None) }}",
pass: "{{ INSIGHTS_MYSQL_USER | default(None) }}"
user: "{{ INSIGHTS_DATABASE_USER | default(None) }}",
pass: "{{ INSIGHTS_DATABASE_PASSWORD | default(None) }}"
}
- {
db: "{{ XQUEUE_MYSQL_DB_NAME | default(None) }}",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment