Rename Java packages from net.siegeln.cameleer3 to net.siegeln.cameleer, update all references in workflows, Docker configs, docs, and bootstrap. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
33 lines
788 B
Bash
33 lines
788 B
Bash
# Cameleer SaaS Configuration
|
|
# Generated by installer v1.0.0 on 2026-04-15 08:55:30 UTC
|
|
|
|
VERSION=latest
|
|
|
|
PUBLIC_HOST=desktop-fb5vgj9.siegeln.internal
|
|
PUBLIC_PROTOCOL=https
|
|
|
|
HTTP_PORT=80
|
|
HTTPS_PORT=443
|
|
LOGTO_CONSOLE_PORT=3002
|
|
|
|
# PostgreSQL
|
|
POSTGRES_USER=cameleer
|
|
POSTGRES_PASSWORD=dwnyYXj3bVe6kFcOHERr57SkrkD9476a
|
|
POSTGRES_DB=cameleer_saas
|
|
|
|
# ClickHouse
|
|
CLICKHOUSE_PASSWORD=SshXE61qZqB1kVoZpQLbr2mDYokw1ZgJ
|
|
|
|
# Admin user
|
|
SAAS_ADMIN_USER=admin
|
|
SAAS_ADMIN_PASS=1J3TrbgIYZbxjav1K14uy5DX8nil6Bdi
|
|
|
|
# TLS
|
|
NODE_TLS_REJECT=0
|
|
# Docker
|
|
DOCKER_SOCKET=/var/run/docker.sock
|
|
DOCKER_GID=0
|
|
|
|
# Provisioning images
|
|
CAMELEER_SAAS_PROVISIONING_SERVERIMAGE=gitea.siegeln.net/cameleer/cameleer-server:latest
|
|
CAMELEER_SAAS_PROVISIONING_SERVERUIIMAGE=gitea.siegeln.net/cameleer/cameleer-server-ui:latest |