Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.

Commit

Permalink
URL changes
Browse files Browse the repository at this point in the history
  • Loading branch information
davideast committed Oct 13, 2014
1 parent 4b701f7 commit 64c1b17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/spec/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var USER = "jasmine";
var USER2 = "jasmine2";

var TIMEOUT = 1000;
var BASEURL = "https://awesome-firebase.firebaseio.com";
var BASEURL = "https://firefeed-staging.firebaseio.com";

// Replace $TOP_SECRET with the secret for BASEURL.
var tokenGenerator = new FirebaseTokenGenerator('uTZgdJmwpcPqHtxqZ0gpNvqaODY2ELUYyGBfh3rb');
Expand Down Expand Up @@ -37,7 +37,7 @@ var helpers = {

tokenGenerator: new FirebaseTokenGenerator('uTZgdJmwpcPqHtxqZ0gpNvqaODY2ELUYyGBfh3rb'),

BASEURL: 'https://awesome-firebase.firebaseio.com',
BASEURL: 'https://firefeed-staging.firebaseio.com',

userOne: {
id: 1,
Expand Down
2 changes: 1 addition & 1 deletion www/js/firefeed-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function FirefeedUI() {
this._limit = 141;
this._loggedIn = false;
this._spinner = new Spinner();
this._firefeed = new Firefeed("https://awesome-firebase.firebaseio.com/");

This comment has been minimized.

Copy link
@sldj1

sldj1 Jul 4, 2015

13

this._firefeed = new Firefeed("https://firefeed.firebaseio.com/");
this._unload = null;

// Setup page navigation.
Expand Down

0 comments on commit 64c1b17

Please sign in to comment.