feat: add restate
This commit is contained in:
13
src/restate/.env.example
Normal file
13
src/restate/.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# Restate version
|
||||
RESTATE_VERSION=1.5.3
|
||||
|
||||
# Port overrides (host:container)
|
||||
INGRESS_PORT_OVERRIDE=8080
|
||||
ADMIN_PORT_OVERRIDE=9070
|
||||
NODE_PORT_OVERRIDE=5122
|
||||
|
||||
# Timezone
|
||||
TZ=UTC
|
||||
|
||||
# Log level: trace, debug, info, warn, error
|
||||
RESTATE_LOG_FILTER=restate=info
|
||||
Reference in New Issue
Block a user