-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
# Required | ||
DRUPAL_HOST= # EZContent's base URL | ||
DRUPAL_HOST= # EZContent's base URL | ||
|
||
|
||
# Below parameter are also required | ||
# To get the JSON for pages/node based on 'Layout Builder' module and menu | ||
|
||
AUTH_USERNAME= # Drupal user (make sure this user has permission to get menus, manage layout) | ||
AUTH_PASSWORD= # Drupal user password | ||
CLIENT_ID= # Simple Oauth client id | ||
CLIENT_SECRET= # Simple Oauth client secret | ||
# Below variables are also required | ||
# To get the JSON data for 'Layout Builder' and menu's | ||
AUTH_USERNAME= # Drupal user (make sure this user has permission to get menu's, manage layout) | ||
AUTH_PASSWORD= # Drupal user password | ||
CLIENT_ID= # Drupal Simple Oauth client id | ||
CLIENT_SECRET= # Drupal Simple Oauth client secret |
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