Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Reworked config check scripts to work with pytest #9

Merged
merged 1 commit into from Feb 13, 2017

Conversation

chartjes
Copy link
Contributor

r? @karlht

@chartjes chartjes requested a review from karlht February 13, 2017 17:44
Copy link
Contributor

@karlht karlht left a comment

Choose a reason for hiding this comment

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

This looks good as a first cut. My major concern is that the stage and prod environments may diverge more as we go on, and we'll need to document those differences carefully.

oauth_server_url = https://oauth.accounts.firefox.com/v1
fxa_user_email =
fxa_user_password =
qa_collection = 3e0f013d2362aa4fa7b0db2fefb40011b9545d78dcca7aabc0d32f0b42f1733d
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we want the qa_collection uuid to be the same between stage and prod, or do we care?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We don't care because we just need something unique that Firefox will not attempt to read and use

@@ -1,6 +1,18 @@
[stage]
server = https://kinto.stage.mozaws.net/v1
writer_server = https://kinto-writer.stage.mozaws.net/v1
Copy link
Contributor

Choose a reason for hiding this comment

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

Does prod have a writer_server?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

prod does have one but QA does not have access to it --- the staging value is used for our stage-deployment testing

@karlht
Copy link
Contributor

karlht commented Feb 13, 2017

Chris, please feel free to merge this whenever you like. r+

@chartjes chartjes merged commit 4fae215 into master Feb 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants