File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,3 +37,4 @@ MIN_RECAPTCHA_SCORE=.5
3737RECAPTCHA_VERIFY_URL=https://www.google.com/recaptcha/api/siteverify
3838DEFAULT_ADMIN_PASSWORD=adminpassword
3939INVITATION_TOKEN_EXPTIME = 7d
40+ AUTH_KEY=
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import { SnakeNamingStrategy } from 'typeorm-naming-strategies';
1212 type : 'postgres' ,
1313 host : configService . get ( 'POSTGRES_HOST' ) ,
1414 port : configService . get ( 'POSTGRES_PORT' ) ,
15- username : configService . get ( 'POSTGRES_USER ' ) ,
16- password : configService . get ( 'POSTGRES_PASSWORD ' ) ,
15+ username : configService . get ( 'POSTGRES_ADMIN_USER ' ) ,
16+ password : configService . get ( 'POSTGRES_ADMIN_PASSWORD ' ) ,
1717 database : configService . get ( 'POSTGRES_DB' ) ,
1818 entities : [
1919 __dirname + '/../**/*.entity.ts' ,
You can’t perform that action at this time.
0 commit comments