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...
abcca44
stripe-fastapi-docker-dev
/
globales.py
Moibe
Fix auth
7e8d9c4
15 days 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)