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