mirror of
https://github.com/labring/FastGPT.git
synced 2026-02-27 01:02:22 +08:00
18 lines
602 B
Plaintext
18 lines
602 B
Plaintext
# Server Configuration
|
|
PORT=3000
|
|
# API Authentication Token
|
|
TOKEN=your-secret-token
|
|
|
|
# Sealos Configuration
|
|
SEALOS_BASE_URL=https://applaunchpad.hzh.sealos.run
|
|
SEALOS_KC=
|
|
|
|
# Container Configuration (fixed for all containers)
|
|
CONTAINER_IMAGE=hub.hzh.sealos.run/ns-4gabgrbc/agent-sandbox:v0.0.7
|
|
CONTAINER_PORT=8080
|
|
CONTAINER_CPU=0.5
|
|
CONTAINER_MEMORY=1
|
|
# Entrypoint format: JSON array like '["/bin/bash","-c","script.sh"]' or plain command
|
|
CONTAINER_ENTRYPOINT='["/bin/bash -c","/home/devbox/project/entrypoint.sh prod"]'
|
|
# Whether to expose container to public domain
|
|
CONTAINER_EXPOSES_PUBLIC_DOMAIN=true |