38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
# Optional API override. Leave empty to use same-origin internal API routes.
|
|
NEXT_PUBLIC_API_URL=
|
|
|
|
# Local docker host port (used by docker-compose.override.yml)
|
|
APP_PORT=3000
|
|
|
|
# Better Auth / SQLite
|
|
# For app running outside Docker, this resolves to ./data/fiscal.sqlite
|
|
# In Docker Compose deployment, default path is /app/data/fiscal.sqlite
|
|
DATABASE_URL=file:data/fiscal.sqlite
|
|
BETTER_AUTH_SECRET=replace-with-a-long-random-secret
|
|
BETTER_AUTH_BASE_URL=https://fiscal.b11studio.xyz
|
|
BETTER_AUTH_TRUSTED_ORIGINS=https://fiscal.b11studio.xyz
|
|
|
|
# OpenClaw / ZeroClaw (OpenAI-compatible)
|
|
# Leave empty to use internal `openclaw` Compose service (`http://openclaw:4000`).
|
|
# Set this only when targeting an external OpenClaw endpoint.
|
|
OPENCLAW_BASE_URL=
|
|
OPENCLAW_API_KEY=
|
|
OPENCLAW_MODEL=zeroclaw
|
|
OPENCLAW_AUTH_MODE=none
|
|
OPENCLAW_PORT=4000
|
|
|
|
# OpenClaw container source for Docker Compose
|
|
OPENCLAW_IMAGE=coolify-zeroclaw:local
|
|
# If this repo is private, include credentials in the URL:
|
|
# OPENCLAW_BUILD_CONTEXT=https://<username>:<token>@gitea-hs848cs8kgs840o8c8s8cwkk.b11studio.xyz/Francy51/coolify_ZeroClaw.git
|
|
OPENCLAW_BUILD_CONTEXT=https://gitea-hs848cs8kgs840o8c8s8cwkk.b11studio.xyz/Francy51/coolify_ZeroClaw.git
|
|
OPENCLAW_DOCKERFILE=Dockerfile
|
|
|
|
# SEC API etiquette
|
|
SEC_USER_AGENT=Fiscal Clone <support@fiscal.local>
|
|
|
|
# Workflow runtime (Local world)
|
|
WORKFLOW_TARGET_WORLD=local
|
|
WORKFLOW_LOCAL_DATA_DIR=.workflow-data
|
|
WORKFLOW_LOCAL_QUEUE_CONCURRENCY=100
|