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
We can use environment vairables to control the demos to use local GreptimeDB OSS or remote GreptimeCloud instances as introduced in #51 . We can further update existing demos to adopt this.
The approach is:
use environment variables with default value for GreptimeDB endpoint in configuration files
provide default greptime.env.sample for use to copy and fill
We can use environment vairables to control the demos to use local GreptimeDB OSS or remote GreptimeCloud instances as introduced in #51 . We can further update existing demos to adopt this.
The approach is:
greptime.env.sample
for use to copy and fillenvsubst
docker image as a init container as in feat: alloy and greptimecloud in demo #51 to check and substitute variablesThe text was updated successfully, but these errors were encountered: