We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BEE_API_URL
The text was updated successfully, but these errors were encountered:
config.ts
const beeApiUrl = BEE_API_URL || DEFAULT_BEE_API_URL
proxy.ts
interface Options
beeApiUrl: string
string[]
beeApiUrl
fetchAndRespond
stamps.ts
get postageStamp(): string
Sorry, something went wrong.
There is a Bee instance created in server.ts:
server.ts
const bee = new Bee(beeApiUrl)
However, it is used only for readiness checks, exposing Bee identity, and homepage. If you don't need those features, feel free to ignore it.
Simple but ugly fix is using beeApiUrls[0] instead.
beeApiUrls[0]
No branches or pull requests
BEE_API_URL
The text was updated successfully, but these errors were encountered: