mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-20 19:51:27 +10:00
🚀 release v3.0.0
This commit is contained in:
7
server/src/config/google.config.ts
Normal file
7
server/src/config/google.config.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import { registerAs } from '@nestjs/config';
|
||||
|
||||
export default registerAs('google', () => ({
|
||||
apiKey: process.env.GOOGLE_API_KEY,
|
||||
clientId: process.env.GOOGLE_CLIENT_ID,
|
||||
clientSecret: process.env.GOOGLE_CLIENT_SECRET,
|
||||
}));
|
||||
Reference in New Issue
Block a user