Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vanwdai
/
dialogflowAPI
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e2b74e4
dialogflowAPI
/
app
/
core
/
config.py
OnlyBiggg
Initial commit
e2b74e4
2 months ago
raw
Copy download link
history
blame
Safe
213 Bytes
import
os
from
dotenv
import
load_dotenv
load_dotenv()
# Load biến môi trường từ file .env
class
Settings
:
API_BASE_URL = os.getenv(
"API_BASE_URL"
)
# API gốc (backend dev)
settings = Settings()