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

Add back a missing config #15

Merged
merged 1 commit into from
Mar 23, 2018
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions bldr.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# The OAuth2 URLs below are configured as an example of using
# the GitHub cloud service as a provider.

# The URL for this instance of the on-prem depot
export APP_URL=http://localhost

# The OAUTH_PROVIDER value can be either "github" or "bitbucket"
export OAUTH_PROVIDER=github

Expand Down
1 change: 1 addition & 0 deletions scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ EOT
cat <<EOT > /hab/svc/builder-api-proxy/user.toml
log_level="info"
enable_builder = false
app_url = "${APP_URL}:9636"

[oauth]
provider = "$OAUTH_PROVIDER"
Expand Down