feat(desktop-client): add afterPack hook to clean up unnecessary localization files and include certificate files for code signing
This commit is contained in:
@@ -7,12 +7,6 @@
|
||||
IMAGE_REGISTRY=ghcr.io/your-org/geo-rankly
|
||||
IMAGE_TAG=latest
|
||||
|
||||
# ─── Required: API Keys ────────────────────────────────────────────────────────
|
||||
# LLM provider API key (Ark / Doubao / OpenAI-compatible)
|
||||
LLM_API_KEY=your-llm-api-key-here
|
||||
# Embedding + reranker API key (SiliconFlow)
|
||||
SILICONFLOW_API_KEY=your-siliconflow-api-key-here
|
||||
|
||||
# ─── Required: Security ───────────────────────────────────────────────────────
|
||||
# JWT signing secret — use a strong random string in production
|
||||
# Generate: openssl rand -hex 32
|
||||
|
||||
Reference in New Issue
Block a user