Bài viết
Chia sẻ kiến thức của bạn.
Can I set env vars in a Walrus published site?
I'm trying to figure out if it's possible to set environment variables in a site published on Walrus. The idea is to adjust certain settings dynamically, but I'm unsure if Walrus supports such backend variables due to its static nature. Any insights?
- Walrus
Câu trả lời
2You cannot set environment variables inside a Walrus Site itself. Walrus Sites are fully static and publicly accessible: all site content and metadata are stored on-chain (Sui) and on Walrus, and there is no backend or server-side execution where environment variables could be injected or used.
For portal configuration involving environment variables, these are set in the .env.local
file at the root of each portal directory you're working with, not on the static site itself.
Bạn có biết câu trả lời không?
Hãy đăng nhập và chia sẻ nó.