Wajahat698 commited on
Commit
950f4ff
·
verified ·
1 Parent(s): 7eddfe2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -13
app.py CHANGED
@@ -84,19 +84,6 @@ logging.basicConfig(level=logging.INFO)
84
  logger = logging.getLogger(__name__)
85
  load_dotenv()
86
 
87
- chargebee.configure(site="mextconsulting", api_key="live_dBLXn8yG5dFcuIgU5Szebj2KfTcdt4hjpf")
88
-
89
- # Firebase Configuration
90
- firebase_config = {
91
- "apiKey": "AIzaSyAWiaqrduoG7fzmJxBVnVg9nCC4EoEnwfY",
92
- "authDomain": "trustai-3e7a2.firebaseapp.com",
93
- "databaseURL": "https://trustai-3e7a2-default-rtdb.firebaseio.com",
94
- "projectId": "trustai-3e7a2",
95
- "storageBucket": "trustai-3e7a2.appspot.com",
96
- "messagingSenderId": "964339831031",
97
- "appId": "1:964339831031:web:66d21ceea68ab03f1043f2",
98
- "measurementId": "G-ZMLZQZMHK2"
99
- }
100
  # Initialize Firebase
101
  firebase = pyrebase.initialize_app(firebase_config)
102
  db = firebase.database()
 
84
  logger = logging.getLogger(__name__)
85
  load_dotenv()
86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  # Initialize Firebase
88
  firebase = pyrebase.initialize_app(firebase_config)
89
  db = firebase.database()