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