# Local dev / container runtime values NEAR_INTENTS_API_KEY=replace_me NEAR_INTENTS_WS_URL=wss://solver-relay-v2.chaindefuser.com/ws NEAR_INTENTS_PAIR_FILTER=nep141:btc.omft.near->nep141:gnosis-0x420ca0f9b9b604ce0fd9c18ef134c705e5fa3430.omf NEAR_INTENTS_CONTROL_API_ENABLED=true NEAR_INTENTS_CONTROL_HOST=0.0.0.0 NEAR_INTENTS_CONTROL_PORT=8081 KAFKA_BROKERS=redpanda:9092 KAFKA_CLIENT_ID=unrip KAFKA_TOPIC_RAW_NEAR_INTENTS_QUOTE=raw.near_intents.quote KAFKA_TOPIC_NORM_SWAP_DEMAND=norm.swap_demand KAFKA_TOPIC_CMD_EXECUTE_TRADE=cmd.execute_trade KAFKA_TOPIC_EXEC_TRADE_RESULT=exec.trade_result KAFKA_CONSUMER_GROUP_DUMMY=dummy-reactor-v1 KAFKA_CONSUMER_GROUP_EXECUTOR=dummy-executor-v1 EXECUTOR_STATE_DIR=/var/lib/unrip/executor-state # Platform bootstrap values live in the separate infra/platform repo, not in # this application repo. In the current local split that repo is `../unrip3`. # Configure and run bootstrap there, then deploy this repo using the app-side # workflow described in `docs/deployment.md`. # # Future k3s deployment should source the app values from Kubernetes Secret/ConfigMap. # This repo expects app-side cluster secrets such as: # - `unrip-secrets` for `NEAR_INTENTS_API_KEY` # - `unrip-registry-creds` for image pulls and in-cluster Kaniko builds