The nginx template in cameleer3-server-ui uses ${CAMELEER_API_URL} for
the upstream proxy target, not API_URL. The wrong env var name caused
the baked-in default (http://cameleer3-server:8081) to be used, which
doesn't resolve in per-tenant networks where the server is named
cameleer-server-{slug}.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
29 lines
297 B
Plaintext
29 lines
297 B
Plaintext
# Maven
|
|
target/
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
.settings/
|
|
.classpath
|
|
.project
|
|
.factorypath
|
|
*.swp
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment
|
|
.env
|
|
*.env.local
|
|
|
|
# Worktrees
|
|
.worktrees/
|
|
|
|
# Generated by postinstall from @cameleer/design-system
|
|
ui/public/favicon.svg
|
|
docker/runtime-base/agent.jar
|
|
.gitnexus
|