TestEngineering/Services/FxATestEnvironments: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "== FxA Production Environment == == FxA Stage Environment == == FxA Development Environment == * Content Server ** TBD * Auth Server ** TBD * Scrypt Helper Server ** TBD * ...")
 
Line 1: Line 1:
== FxA Production Environment ==
== FxA Production Environment ==
* Content server: https://accounts.firefox.com
** Note: You can hit the web-based UI/UX flow from here
* Auth server: https://api.accounts.firefox.com
* Scrypt Helper server: https://scrypt.accounts.firefox.com
* Verifier: TBD
* Pointing Nightly to Production FxA/Sync:
** Set the following Firefox configs:
*** services.sync.clusterURL = http://db1.oldsync.dev.lcip.org/
*** services.sync.tokenServerURI = http://auth.oldsync.dev.lcip.org/1.0/sync/1.1
*** firefox.accounts.remoteUrl = https://accounts.firefox.com/?service=sync
*** identity.fxaccounts.enabled=true
*** services.sync.log.appender.file.logOnError = Yes
*** services.sync.log.appender.file.logOnSuccess = Yes
*** services.sync.log.appender.file.level = Trace
*** identity.fxaccounts.auth.uri = https://api.accounts.firefox.com/v1


== FxA Stage Environment ==
== FxA Stage Environment ==

Revision as of 22:24, 21 January 2014

FxA Production Environment

FxA Stage Environment

FxA Development Environment

  • Content Server
    • TBD
  • Auth Server
    • TBD
  • Scrypt Helper Server
    • TBD
  • Log Aggregation
    • TBD
  • Monitoring
    • TBD


OPs Mana and GitHub Pages