sat icon indicating copy to clipboard operation
sat copied to clipboard

Allow Sat to use a Directive-like configuration for certain Runnable capabilities

Open danielledeleo opened this issue 2 years ago • 1 comments

Currently, Sat isn't able to use all of the Runnable capabilities on its own without help from an AppSource.

danielledeleo avatar Apr 01 '22 20:04 danielledeleo

It would be fine if we could use environment variables for the Redis connection (cache):

SAT_HTTP_PORT=8080 REDIS_HOST="" REDIS_PORT="" REDIS_PWD=""  sat ./hello-swift/hello-swift.wasm 

Use case: Registering the Runnable at the start into the RedisDb, then we can use it as a service discovery backend

k33g avatar Apr 13 '22 07:04 k33g