training_data/apps/server/src/env.ts

5 lines
140 B
TypeScript
Raw Normal View History

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