Browse Source

removed test code

tags/v0.3.1
Big Bad Waffle 5 years ago
parent
commit
232a76563c
2 changed files with 2 additions and 9 deletions
  1. +2
    -1
      .gitignore
  2. +0
    -8
      src/server/security/firebaseConfig.js

+ 2
- 1
.gitignore View File

@@ -7,4 +7,5 @@ src/server/mods/iwd-*
!helpers/item-tooltip/styles.css
!helpers/passives/**/*.css
creds.js
.directory
.directory
firebaseConfig.js

+ 0
- 8
src/server/security/firebaseConfig.js View File

@@ -1,8 +0,0 @@
module.exports = {
apiKey: 'AIzaSyCYoAmL10aZnDNMJOzOKFg_AXlokQxq9Yk',
authDomain: 'isleward.firebaseapp.com',
databaseURL: 'https://isleward.firebaseio.com',
projectId: 'isleward',
storageBucket: 'isleward.appspot.com',
messagingSenderId: '57992681495'
};

Loading…
Cancel
Save