|
|
@@ -6,8 +6,8 @@ let https = {}
|
|
|
|
|
|
if (process.env.NUXT_ENV === 'dev') {
|
|
|
https = {
|
|
|
- key: fs.readFileSync('local.app-v3.opentalent.fr.key'),
|
|
|
- cert: fs.readFileSync('local.app-v3.opentalent.fr.crt'),
|
|
|
+ key: fs.readFileSync('local.app.opentalent.fr.key'),
|
|
|
+ cert: fs.readFileSync('local.app.opentalent.fr.crt'),
|
|
|
}
|
|
|
}
|
|
|
|