Skip to content

Commit

Permalink
Add key to post request for integration
Browse files Browse the repository at this point in the history
Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>
  • Loading branch information
SagarGi committed Feb 27, 2023
1 parent 8ab1d04 commit 3e27727
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ nextcloud_information_response=$(curl -s -XPOST -u${NC_ADMIN_USERNAME}:${NC_ADMI
"openproject_client_id":'${openproject_client_id}',
"openproject_client_secret":'${openproject_client_secret}',
"default_enable_navigation":false,
"default_enable_unified_search":false
"default_enable_unified_search":false,
"setup_group_folder":false
}
}' \
-H 'Content-Type: application/json')
Expand Down

0 comments on commit 3e27727

Please sign in to comment.