# Default backend URL (overridable at runtime in the UI) PUBLIC_API_BASE_URL=http://localhost:8080/api/v1 # Show the public sign-up UI on the connect screen. Set to false to hide it. # The backend's ALLOW_REGISTRATION is the real authority; this only gates the UI. PUBLIC_ENABLE_REGISTRATION=true