Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Moibe
/
stripe-fastapi-docker-dev
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ade17b7
stripe-fastapi-docker-dev
/
globales.py
Moibe
Remove visibility
1c1957c
4 months ago
raw
Copy download link
history
blame
Safe
163 Bytes
import
autenticacion
env =
'prod'
#o dev
llave, webhook = autenticacion.defineAmbiente(env)
# print("La llave es: ", llave)
# print("Y el webhook es: ", webhook)