# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#using-environment-variables

# Prisma supports the native connection string format for PostgreSQL, MySQL, SQL Server and SQLite.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings

#DATABASE_URL="file:./dev.db"

# release environment
NODE_ENV=development

VITE_URL_BASENAME=

# 太湖登录
TAIHU_CALLBACK=http://localhost:8000/api/login-callback
TAIHU_LOGOUT=https://tai.it.tencent.com/logout
TAIHU_BASE=https://tai.it.tencent.com/api/auth-center/oauth2

#https://tai.it.woa.com/odc/app/list?currentPage=0&pageSize=10
TAIHU_ODC_CLIENT_ID=oit-erp-app
#TAIHU_ODC_APP_TOKEN=token

#https://tai.it.woa.com/apps?currentPage=0&pageSize=10
#TAIHU_APP_TOKEN=token

EXTERNAL_PAGE_SECRET=secret

OTEL_TRACES_EXPORTER=otlp
OTEL_RESOURCE_ATTRIBUTES_TOKEN=xxxx
OTEL_EXPORTER_OTLP_PROTOCOL=http
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://pl.ap-singapore.apm.tencentcs.com:4319

# Temporal Workflow Engine
TEMPORAL_ADDRESS=localhost:7233
TEMPORAL_NAMESPACE=default
TEMPORAL_TASK_QUEUE=workflow-execution
