# 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=N2LYRDRONRRJXNLLHZ4W3XPQTKG6ZJTN

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

EXTERNAL_PAGE_SECRET=004eb3f3444ec6f321c1f49c9ec5c28c98aec2c825587a6af093d8ab1266d4a9

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
