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,42 @@
|
||||
ADMIN_DOMAIN=admin.localhost:8088
|
||||
DATABASE_URL=postgres://htyuc@localhost/htyuc_local
|
||||
EXPIRATION_DAYS=1
|
||||
JWT_KEY=0xCAFEBABE0xCAFEBABE0xCAFEBABE0xCAFEBABE0xCAFEBABE0xCAFEBABE
|
||||
LOGGER_LEVEL=debug
|
||||
MUSIC_ROOM_MINI_DOMAIN=music-room.localhost
|
||||
MUSIC_ROOM_MINI_URL=https://music-room.localhost
|
||||
MUSIC_ROOM_WX_MINI_ID=wx3b02c886bb554012
|
||||
MUSIC_ROOM_WX_MINI_SECRET=b78a2a3d6b66634993a919a4293d1675
|
||||
POOL_SIZE=20
|
||||
REDIS_HOST=localhost
|
||||
REDIS_PORT=6379
|
||||
SKIP_POST_LOGIN=true
|
||||
SKIP_REGISTRATION=true
|
||||
SKIP_WX_PUSH=true
|
||||
TS_DOMAIN=ts.localhost
|
||||
UC_DB_URL=postgres://htyuc@localhost/htyuc_local
|
||||
UC_PORT=3000
|
||||
UC_URL=http://127.0.0.1:3000/api/v1/uc
|
||||
UPYUN_OPERATOR=moicen
|
||||
UPYUN_PASSWORD=NyJ51zRwFApY9Wo9EHJMrb8GI9YtvpVN
|
||||
WS_DB_URL=postgres://htyws@localhost/htyws_local
|
||||
|
||||
WS_URL=http://127.0.0.1:3000/api/v1/ws
|
||||
WS_PORT=3001
|
||||
|
||||
KC_DB_URL=postgres://htykc@localhost/htykc_local
|
||||
KC_URL=http://127.0.0.1:3002/api/v1/kc
|
||||
KC_PORT=3002
|
||||
|
||||
#WX_MP_DOMAIN=wx.localhost
|
||||
#WX_MP_ID=wx30919c9c9bb48e44
|
||||
#WX_MP_SECRET=a993780f38b74d8541f1a9e90411c1d1
|
||||
WX_MSG_REJECT_REGISTER="V6jMcj2l-mrQRz9a0GW0EiB4va6WCyrpk2wyfAkAmW0"
|
||||
WX_MSG_STUDENT_REGISTER="BkiGoXhrLJoXJB-wn50wgHfKrqQL0mgMycORcurJDi8"
|
||||
WX_MSG_STUDENT_REGISTER_SUCCESS="OqI9IIFwiJners5bToVpborGIvQZbDhIcCSvlaJm2OI"
|
||||
WX_MSG_TEACHER_REGISTER="BkiGoXhrLJoXJB-wn50wgHfKrqQL0mgMycORcurJDi8"
|
||||
WX_MSG_TEACHER_REGISTER_SUCCESS="ocVsZ1RmE3UmGbQk3YHAp6_DAoLi5Qw2aF3PzpEGp_E"
|
||||
|
||||
NGX_URL=http://127.0.0.1:3000/api/ngx
|
||||
|
||||
print_debug=true
|
||||
Reference in New Issue
Block a user