Spaces:
Sleeping
Sleeping
Commit ·
5c02cc2
1
Parent(s): 8c59be7
Update conn.py
Browse files
conn.py
CHANGED
|
@@ -1,22 +1,3 @@
|
|
| 1 |
import os
|
| 2 |
con=os.getenv("connect")
|
| 3 |
-
exec(con)
|
| 4 |
-
|
| 5 |
-
"""
|
| 6 |
-
config = {
|
| 7 |
-
"apiKey": "AIzaSyDxwZz-pDxGNUpy5uaLEu_FNGtTyr7Hgtg",
|
| 8 |
-
"authDomain": "ustomodsim2.firebaseapp.com",
|
| 9 |
-
"projectId": "ustomodsim2",
|
| 10 |
-
"storageBucket": "ustomodsim2.appspot.com",
|
| 11 |
-
"messagingSenderId": "607500872633",
|
| 12 |
-
"appId": "1:607500872633:web:b36ad74b326c22f43c2468",
|
| 13 |
-
"measurementId": "G-RDHM95W0Z9",
|
| 14 |
-
"databaseURL": "https://ustomodsim2-default-rtdb.europe-west1.firebasedatabase.app/"
|
| 15 |
-
}
|
| 16 |
-
|
| 17 |
-
client_secret_config = {
|
| 18 |
-
"client_id": "607500872633-6u9bh0dbf5p59v2ke8soiegahhefbfha.apps.googleusercontent.com",
|
| 19 |
-
"client_secret": "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",
|
| 20 |
-
"redirect_uris": ["https://bendahmane-ustomb-ustomodsimup.hf.space/auth"]
|
| 21 |
-
}
|
| 22 |
-
"""
|
|
|
|
| 1 |
import os
|
| 2 |
con=os.getenv("connect")
|
| 3 |
+
exec(con)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|