Created
May 21, 2018 05:54
-
-
Save DavidOndrus/dbe03c573b6bbfdeee39a3cfefebb1c8 to your computer and use it in GitHub Desktop.
waterwheel.js config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
base: 'http://drupal', | |
oauth: { | |
grant_type: 'password', | |
client_id: '<client_id>', | |
client_secret: '<client_secret>', | |
scope: 'student teacher authenticated', | |
username: '<drupal_username>', | |
password: '<drupal_password>' | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment