We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2794497 commit c56eef9Copy full SHA for c56eef9
1 file changed
experiments/llama-router/.env.example
@@ -3,3 +3,10 @@ IMAGE_VERSION=latest
3
4
LLAMA_ROUTER_DATABASE_PATH=/app/data/llama_router.db
5
LLAMA_ROUTER_CACHE_EXTERNAL_HOST=llama-router.ctrlh
6
+LLAMA_ROUTER_WIREGUARD_CONFIG_PATH=/shared/wireguard/wg0.conf
7
+
8
+# name or IP address that we share with caching clients
9
+LLAMA_ROUTER_CACHE_EXTERNAL_HOST=<HOST IP ADDRESS>
10
11
+TZ=America/Los_Angeles
12
0 commit comments