12 lines
236 B
Bash
12 lines
236 B
Bash
PORT=3010
|
|
DB_HOST=nw.sgcode.cn
|
|
DB_PORT=21434
|
|
DB_USER=root
|
|
DB_PASSWORD=root
|
|
DB_NAME=opencoze
|
|
|
|
# Coze SSO integration (must match Coze backend config)
|
|
SSO_SHARED_SECRET=dev-sso-shared-secret-change-me
|
|
COZE_HOST=http://nw.sgcode.cn:18888
|
|
|