Skip to content

Commit

Permalink
Documentation bugs. (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl authored Aug 29, 2024
1 parent 24b721c commit cba2b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ azd env set <feature_flag> <value> # Set any necessary feature flags
azd provision

# Configure Settings for Integrations
azd env set AUTH_CODE <your_auth_code>
azd env set AUTH_CODE <auth_code>
azd hooks run settings

# Cleanup
Expand Down
2 changes: 1 addition & 1 deletion docs/src/feature_flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Software customizations can be managed and modified using the following feature
| ENABLE_OSDU_CORE | Disables loading of the osdu core services (True by default) |
| ENABLE_OSDU_REFERENCE | Disables loading of the osdu reference services (True by default) |
| SOFTWARE_VERSION | Sets the version (branch) of OSDU to be installed (release/0.27) |
| SOFTWARE_REPO | Customizes the repository location used for software definition |
| SOFTWARE_REPOSITORY | Customizes the repository location used for software definition |
| SOFTWARE_BRANCH | Customizes the branch used for software definition |


Expand Down

0 comments on commit cba2b07

Please sign in to comment.