Skip to content

Commit

Permalink
conf tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSharratt committed Feb 14, 2020
1 parent 709f62c commit 11e13e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/ocwa_forum_api.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "docker_container" "ocwa_forum_api" {
"DEFAULT_ACCESS_IS_GROUP=true",
"REQUIRED_CREATE_ROLE=/exporter",
"IGNORE_GROUPS=\"/researchers\"",
"ADMIN_GROUP=\"admin\"",
"ADMIN_GROUP=admin",
"EMAIL_SUBJECT=forumApi",
"EMAIL_ENABLED=false",
"EMAIL_USER=forum@ocwa.com",
Expand Down

0 comments on commit 11e13e3

Please sign in to comment.