Spaces:
Sleeping
Sleeping
Get config from HF
Browse files- autenticacion.py +1 -1
autenticacion.py
CHANGED
|
@@ -21,7 +21,7 @@ def defineAmbiente(env):
|
|
| 21 |
print("Ambiente stripe es: ", os.getenv("ambiente_stripe"))
|
| 22 |
llave = os.getenv("STRIPE_KEY_PROD") #Acceso a HF
|
| 23 |
webhook = os.getenv("STRIPE_WEBHOOK_SECRET_PROD")
|
| 24 |
-
firestore =
|
| 25 |
else: #if dev
|
| 26 |
print("Ambiente stripe es: ", os.getenv("ambiente_stripe"))
|
| 27 |
llave = os.getenv("STRIPE_KEY_SANDBOX") #Acceso a HF
|
|
|
|
| 21 |
print("Ambiente stripe es: ", os.getenv("ambiente_stripe"))
|
| 22 |
llave = os.getenv("STRIPE_KEY_PROD") #Acceso a HF
|
| 23 |
webhook = os.getenv("STRIPE_WEBHOOK_SECRET_PROD")
|
| 24 |
+
firestore = os.getenv('configuracion')
|
| 25 |
else: #if dev
|
| 26 |
print("Ambiente stripe es: ", os.getenv("ambiente_stripe"))
|
| 27 |
llave = os.getenv("STRIPE_KEY_SANDBOX") #Acceso a HF
|