Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Niansuh/Test24
mxrkai
/
test24
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e53cb1f
test24
/
api
/
config.py
Niansuh
Update api/config.py
ce7ad5b
verified
6 months ago
raw
Copy download link
history
blame
Safe
111 Bytes
# api/config.py
import
os
from
dotenv
import
load_dotenv
load_dotenv()
APP_SECRET = os.getenv(
"APP_SECRET"
)