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
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
DATABASE_URL=postgres://htyws@localhost/htyws_local
|
||||
JWT_KEY=0xCAFEBABE0xCAFEBABE0xCAFEBABE0xCAFEBABE0xCAFEBABE0xCAFEBABE
|
||||
LOGGER_LEVEL=debug
|
||||
POOL_SIZE=20
|
||||
REDIS_HOST=localhost
|
||||
REDIS_PORT=6379
|
||||
SKIP_POST_LOGIN=true
|
||||
SKIP_REGISTRATION=true
|
||||
SKIP_WX_PUSH=true
|
||||
UC_DB_URL=postgres://htyuc@localhost/htyuc_local
|
||||
UC_PORT=3000
|
||||
UC_URL=http://127.0.0.1:3000/api/v1/uc
|
||||
WS_DB_URL=postgres://htyws@localhost/htyws_local
|
||||
|
||||
WS_PORT=3001
|
||||
WS_URL=/api/v1/ws
|
||||
|
||||
KC_DB_URL=postgres://htykc@localhost/htykc_local
|
||||
KC_URL=http://127.0.0.1:3002/api/v1/kc
|
||||
KC_PORT=3002
|
||||
|
||||
WX_MSG_PIYUE_DONE="qbaILdUCOSFQP6mMyU90eL20OHbusBynbtW5MKbzPn4"
|
||||
WX_MSG_PUSH_MSG_STUDENT="eYN9SE_zENqjIzWtMFan12gqYQRpSAoGUTxkyNxMTbA"
|
||||
WX_MSG_PUSH_MSG_TEACHER="_jQIfMlKlSC0nm3ddaApEcZANJkhh_am3lKnaoqnGQE"
|
||||
WX_MSG_COMMENT="PLACEHOLDER"
|
||||
Reference in New Issue
Block a user