You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AUTH=1 # activate the authentication endpoints for easier testing
FILESYSTEM="local" # local or s3
S3_BUCKET= # required if filesystem is s3
S3_REGION= # required if filesystem is s3
USER_DATA_ROOT_PATH="../user_data"
DATABASE_URL="sqlite:///./sql_app.db"
DATABASE_SECRET=
WORKERFACING_API_URL="http://127.0.0.1:8001" # where the workerfacing api is deployed to (needed by userfacing api to get jobs)...remember to start the api with this port