staff_data/apps/server/src/env.ts

4 lines
213 B
TypeScript
Executable File

export const env: { JWT_SECRET: string, APP_URL: string } = {
JWT_SECRET: process.env.JWT_SECRET || '/yT9MnLm/r6NY7ee2Fby6ihCHZl+nFx4OQFKupivrhA=',
APP_URL: process.env.APP_URL || 'http://localhost:5173'
}