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

Allow storage bucket url and database url to be explicitly defined #389

Merged
merged 1 commit into from Jan 18, 2019

Conversation

joehan
Copy link
Contributor

@joehan joehan commented Jan 18, 2019

Description

When running the integration tests, GCF needed to be able to configure the storageBucket to something other than the default. This enables them to do so by setting the environment variable STORAGE_BUCKET_URL (and also, to set the database url by using DATABASE_URL)

Code sample

export STORAGE_BUCKET_URL = "blah.com"
./run_tests.sh

Copy link
Contributor

@thechenky thechenky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@joehan joehan merged commit 5651ff3 into master Jan 18, 2019
@joehan joehan deleted the jh-configurable-it branch January 18, 2019 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants