Documentation Index
Fetch the complete documentation index at: https://docs.edgespark.dev/llms.txt
Use this file to discover all available pages before exploring further.
vars reads plain runtime configuration values from the current environment. Use it for non-sensitive values such as URLs, client IDs, feature flags, and log levels.
vars.get(name)
Declare the key in server/src/defs/runtime.ts, then read it in your route code:
server/src/index.ts
vars.get(...) returns string | null.
Manage vars
See also
Manage variables
Set, delete, and organize runtime vars in the repo-based workflow.
secret reference
Use secrets instead when the value is sensitive.