Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSharratt committed Feb 7, 2020
1 parent 3de0e68 commit 3c4f6e1
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 3c4f6e1

Please sign in to comment.