fix(contribution-service): add parent .env path for shared config

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-01-15 07:00:02 -08:00
parent 7a469be7cd
commit 01bd638dbb
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ import { JwtAuthGuard } from './shared/guards/jwt-auth.guard';
envFilePath: [
`.env.${process.env.NODE_ENV || 'development'}`,
'.env',
'../.env', // 父目录共享 .env
],
ignoreEnvFile: false,
}),