Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation bugs. #187

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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