Skip to content

Commit

Permalink
apikey삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
jjwon2149 committed Jun 30, 2023
1 parent 3965475 commit 2e0b0e4
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions server/aiServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,9 @@ def recvall(sock, count):
conn, addr = s.accept()
print('addraccept')

# "apikey": "내 웹 키"
# firebase key
config = {
"apiKey": "AIzaSyDemQe9Xq0glQDqqCrBI2MApQN6BgKkfzY",
"authDomain": "avkit-with-tableview.firebaseapp.com",
"databaseURL": "https://avkit-with-tableview-default-rtdb.firebaseio.com",
"projectId": "avkit-with-tableview",
"storageBucket": "avkit-with-tableview.appspot.com",
"messagingSenderId": "37795166720",
"appId": "1:37795166720:web:53d378fd709ce2ce7236e5",
"measurementId": "G-XKW8F4TK14"

};

firebase = pyrebase.initialize_app(config)
Expand Down Expand Up @@ -286,4 +279,4 @@ def person_detect(h, w, blob):
output = None
cond = 0
video_num += 1
recording = False
recording = False

0 comments on commit 2e0b0e4

Please sign in to comment.