Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rootstrap-org
/
wordle-solver
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
wordle-solver
/
api_rest
/
config.py
santit96
Dockerize the api rest app
d5ef8f7
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
54 Bytes
import
os
SECRET_KEY = os.getenv(
"SECRET_KEY"
,
None
)