remove env file

the cert is fake
This commit is contained in:
kdh8219 2023-04-26 19:31:51 +09:00
parent 1077201a29
commit fa909079aa
2 changed files with 1 additions and 1 deletions

1
.env
View file

@ -1 +0,0 @@
firebase_cert = '{"type":"service_account","project_id":"k2r-ec9d5","private_key_id":"3adfb8f91bb2de3c2b2814ebbd15bb7ed131d360","private_key":"btw","client_email":"firebase-adminsdk-ege3y@k2r-ec9d5.iam.gserviceaccount.com","client_id":"114795287777519067325","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_x509_cert_url":"https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-ege3y%40k2r-ec9d5.iam.gserviceaccount.com"}'

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
# 인증정보 # 인증정보
/firebase /firebase
.env
# 패키지 # 패키지
/node_modules /node_modules