training_data/apps/server/src/env.ts

5 lines
140 B
TypeScript
Executable File

export const env: { JWT_SECRET: string } = {
JWT_SECRET:
process.env.JWT_SECRET || '/yT9MnLm/r6NY7ee2Fby6ihCHZl+nFx4OQFKupivrhA=',
};