Files
weli 44c320d8fa chore add core rust project files and diesel migrations
Track required workspace crates, scripts, and historical diesel migrations so the repository contains the complete runnable backend baseline.

Made-with: Cursor
2026-04-23 17:20:01 +08:00

35 lines
1.2 KiB
Bash

#UC_DB_URL=postgres://alchemy:ngK_D8WV!Wi_@bj-postgres-qe58e4r0.sql.tencentcdb.com:28154/htyuc_moicen
#WS_DB_URL=postgres://alchemy:ngK_D8WV!Wi_@bj-postgres-qe58e4r0.sql.tencentcdb.com:28154/htyws_moicen
#DATABASE_URL=postgres://alchemy:ngK_D8WV!Wi_@bj-postgres-qe58e4r0.sql.tencentcdb.com:28154/htyws_moicen
UC_DB_URL=postgres://postgres:postgres@localhost:5432/htyuc_moicen
WS_DB_URL=postgres://postgres:postgres@localhost:5432/htyws_moicen
KC_DB_URL=postgres://postgres:postgres@localhost:5432/htykc_moicen
DATABASE_URL=postgres://postgres:postgres@localhost:5432/htyws_moicen
JWT_KEY=0xCAFEBABE0xCAFEBABE0xCAFEBABE0xCAFEBABE0xCAFEBABE0xCAFEBABE
LOGGER_LEVEL=DEBUG
POOL_SIZE=20
REDIS_HOST=localhost
REDIS_PORT=6379
SKIP_POST_LOGIN=false
SKIP_REGISTRATION=false
SKIP_WX_PUSH=false
UC_PORT=3000
UC_URL=http://127.0.0.1:3000/api/v1/uc
WS_PORT=3001
WS_URL=/api/v1/ws
KC_URL=http://127.0.0.1:3002/api/v1/kc
KC_PORT=3002
WX_MSG_PIYUE_DONE="mP2JdR2HMfz_7P-HYSJJADzjAb08qH7WzlR3CGnMKwI"
# 创建计划
WX_MSG_PUSH_MSG_STUDENT="pJH8umvYm8lftDpXNdBSkeKOHQXGtlFISh6wAEgHwPQ"
# 添加练习
WX_MSG_PUSH_MSG_TEACHER="1G4sPsWMYrdUEgqXi5mfMP1utpQ0xVSBpIx7ZBTF0MA"
# 评论
WX_MSG_COMMENT="MYrBrHZWE6IQPtOQl7mIzCoSv9fn8SIw9DT--xvkIMI"
NGX_URL=https://admin.moicen.com/api/ngx