소스 검색

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

불러오는 중...
취소
저장