training_data/apps/server/src/env.ts

3 lines
135 B
TypeScript
Raw Normal View History

2024-12-30 08:26:40 +08:00
export const env: { JWT_SECRET: string } = {
JWT_SECRET: process.env.JWT_SECRET || '/yT9MnLm/r6NY7ee2Fby6ihCHZl+nFx4OQFKupivrhA='
2024-09-03 20:19:33 +08:00
}