Skip to content

Commit

Permalink
switch db
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdarby committed May 9, 2018
1 parent 8b2f06d commit 8d1dcae
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion client/build/service-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/build/static/js/gource.main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/build/static/js/gource.main.js.map

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions client/src/Config.js
Expand Up @@ -17,12 +17,12 @@ const Config = {
showSidebar: true
},
fireBase: {
apiKey: 'AIzaSyDej_mWL4xh1p_q60EFOFUfPUx4MpEebgY',
authDomain: 'gource-backup.firebaseapp.com',
databaseURL: 'https://gource-backup.firebaseio.com',
projectId: 'gource-backup',
storageBucket: 'gource-backup.appspot.com',
messagingSenderId: '279399430754'
apiKey: 'AIzaSyCwfdzrjQ5GRqyz-napBM29T7Zel_6KIUY',
authDomain: 'webgl-gource-1da99.firebaseapp.com',
databaseURL: 'https://webgl-gource-1da99.firebaseio.com',
projectId: 'webgl-gource-1da99',
storageBucket: 'webgl-gource-1da99.appspot.com',
messagingSenderId: '532264380396'
},
FDG: {
nodeSpritePath: 'textures/dot.png', // path to node texture
Expand Down
6 changes: 3 additions & 3 deletions config.js
@@ -1,8 +1,8 @@
const config = {
GHRepo: 'symphony',
GHBranch: 'master',
GHRepo: 'cardano-sl',
GHBranch: 'develop',
GHOwner: 'input-output-hk',
FBFilename: 'gource-backup-firebase-adminsdk-jaim3-007c1bd275.json'
FBFilename: 'webgl-gource-1da99-firebase-adminsdk-2gak7-c2e824de64.json'
}

module.exports = config

0 comments on commit 8d1dcae

Please sign in to comment.