# Copy to .env.local and fill in values — never commit .env.local # API SESSION_SECRET=change-me-to-a-random-32-char-string PORT=3078 NODE_ENV=development DATABASE_PATH=./data/oo.db # API_BASE_URL = public origin only, no path suffix (used to build OAuth redirect URIs) API_BASE_URL=http://localhost:3078 WEB_BASE_URL=http://localhost:3000 ML_SERVING_URL=http://localhost:8000 # Google OAuth — https://console.cloud.google.com/ GOOGLE_CLIENT_ID= GOOGLE_CLIENT_SECRET= # Todoist OAuth — https://developer.todoist.com/appconsole.html TODOIST_CLIENT_ID= TODOIST_CLIENT_SECRET=