작업계획서대로 진행
This commit is contained in:
@@ -59,6 +59,10 @@ export default defineNuxtConfig({
|
||||
dbUser: process.env.DB_USER || 'postgres',
|
||||
dbPassword: process.env.DB_PASSWORD || '',
|
||||
sessionSecret: process.env.SESSION_SECRET || 'dev-secret-key',
|
||||
// Google OAuth
|
||||
googleClientId: process.env.GOOGLE_CLIENT_ID || '',
|
||||
googleClientSecret: process.env.GOOGLE_CLIENT_SECRET || '',
|
||||
googleRedirectUri: process.env.GOOGLE_REDIRECT_URI || 'http://localhost:2026/api/auth/google/callback',
|
||||
public: {
|
||||
appName: '주간업무보고'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user