ソースを参照

removed test code

tags/v0.3.1
Big Bad Waffle 5年前
コミット
232a76563c
2個のファイルの変更2行の追加9行の削除
  1. +2
    -1
      .gitignore
  2. +0
    -8
      src/server/security/firebaseConfig.js

+ 2
- 1
.gitignore ファイルの表示

@@ -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 ファイルの表示

@@ -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'
};

読み込み中…
キャンセル
保存