Commit ba5a2fbf authored by Amit Sharma's avatar Amit Sharma
Browse files

fixed env path for form manager

Showing with 1 addition and 1 deletion
+1 -1
......@@ -23,7 +23,7 @@ import { redisStore } from 'cache-manager-redis-store';
}),
ConfigModule.forRoot({
isGlobal: true,
envFilePath: '.development.env',
envFilePath: '.env',
}),
// CacheModule.register(),
],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment