hackless123/gmail_sys
0
1# --- Server Config ---
2# Port 8000 is the hackathon standard, but main.py will override
3# if the host (Hugging Face/Scaler) provides a different one.
4PORT=8000
5HOST=0.0.0.0
6
7# --- Environment Metadata ---
8# This helps the OpenEnv SDK identify your submission
9ENV_ID="gmail-manager-v1"
10ENV_VERSION="0.1.0"
11
12# --- Debugging ---
13# Set to False before final submission to speed up the environment
14DEBUG=True
15
16# --- Hackathon Specifics ---
17# This is often used by graders to identify your team in the logs
18TEAM_NAME="Your_Team_Name_Here"