浏览代码

minor fixes

Olivier Massot 4 年之前
父节点
当前提交
de67179120
共有 2 个文件被更改,包括 5 次插入5 次删除
  1. 4 4
      .env.preprod
  2. 1 1
      package.json

+ 4 - 4
.env.preprod

@@ -1,16 +1,16 @@
 ## PREPROD ENVIRONMENT FILE
 
 ## API Base Url
-SSR_API_BASE_URL = https://ap2i.preprod.opentalent.fr
-CLIENT_API_BASE_URL = https://ap2i.preprod.opentalent.fr
+SSR_API_BASE_URL=https://ap2i.preprod.opentalent.fr
+CLIENT_API_BASE_URL=https://ap2i.preprod.opentalent.fr
 
 # Legacy API Base Url
 SSR_APILEG_BASE_URL=https://api.preprod.opentalent.fr
 CLIENT_APILEG_BASE_URL=https://api.preprod.opentalent.fr
 
 # Legacy Admin Base Url
-SSR_ADMINLEG_BASE_URL=https://local.admin.opentalent.fr/#
-CLIENT_ADMINLEG_BASE_URL=https://local.admin.opentalent.fr/#
+SSR_ADMINLEG_BASE_URL=https://admin.preprod.opentalent.fr/#
+CLIENT_ADMINLEG_BASE_URL=https://admin.preprod.opentalent.fr/#
 
 # Typo3 Base Url
 SSR_TYPO3_BASE_URL=https://preprod.opentalent.fr/###subDomain###

+ 1 - 1
package.json

@@ -11,7 +11,7 @@
     "build:local": "yarn build --dotenv .env.local",
     "build:preprod": "yarn build --dotenv .env.preprod",
     "build:prod": "yarn build --dotenv .env.prod",
-    "start": "yarn start --hostname '127.0.0.1' --port 3002",
+    "start": "nuxt start --hostname '127.0.0.1' --port 3002",
     "start:local": "yarn start --dotenv .env.local",
     "start:preprod": "yarn start --dotenv .env.preprod",
     "start:prod": "yarn start --dotenv .env.prod",