|
@@ -1,5 +1,4 @@
|
|
|
## TEST ENVIRONMENT FILE
|
|
## TEST ENVIRONMENT FILE
|
|
|
-ENV=test
|
|
|
|
|
DEBUG=1
|
|
DEBUG=1
|
|
|
|
|
|
|
|
HOST=0
|
|
HOST=0
|
|
@@ -10,22 +9,27 @@ NUXT_ENV=test
|
|
|
NUXT_PUBLIC_ENV=test
|
|
NUXT_PUBLIC_ENV=test
|
|
|
|
|
|
|
|
## API Base Url
|
|
## API Base Url
|
|
|
-SSR_API_BASE_URL=https://ap2i.test1.opentalent.fr
|
|
|
|
|
-CLIENT_API_BASE_URL=https://ap2i.test1.opentalent.fr
|
|
|
|
|
|
|
+NUXT_BASE_URL=https://ap2i.test1.opentalent.fr
|
|
|
|
|
+NUXT_PUBLIC_BASE_URL=https://ap2i.test1.opentalent.fr
|
|
|
|
|
|
|
|
# Legacy API Base Url
|
|
# Legacy API Base Url
|
|
|
-SSR_APILEG_BASE_URL=https://api.test1.opentalent.fr
|
|
|
|
|
-CLIENT_APILEG_BASE_URL=https://api.test1.opentalent.fr
|
|
|
|
|
|
|
+NUXT_BASE_URL_LEGACY=https://api.test1.opentalent.fr
|
|
|
|
|
+NUXT_PUBLIC_BASE_URL_LEGACY=https://api.test1.opentalent.fr
|
|
|
|
|
|
|
|
# Legacy Admin Base Url
|
|
# Legacy Admin Base Url
|
|
|
-SSR_ADMINLEG_BASE_URL=https://admin.test1.opentalent.fr/#
|
|
|
|
|
-CLIENT_ADMINLEG_BASE_URL=https://admin.test1.opentalent.fr/#
|
|
|
|
|
|
|
+NUXT_BASE_URL_ADMIN_LEGACY=https://admin.test1.opentalent.fr/#
|
|
|
|
|
+NUXT_PUBLIC_BASE_URL_ADMIN_LEGACY=https://admin.test1.opentalent.fr/#
|
|
|
|
|
|
|
|
# Typo3 Base Url
|
|
# Typo3 Base Url
|
|
|
-SSR_TYPO3_BASE_URL=https://test1.opentalent.fr/###subDomain###
|
|
|
|
|
-CLIENT_TYPO3_BASE_URL=https://test1.opentalent.fr/###subDomain###
|
|
|
|
|
|
|
+NUXT_BASE_URL_TYPO3=https://test1.opentalent.fr/###subDomain###
|
|
|
|
|
+NUXT_PUBLIC_BASE_URL_TYPO3=https://test1.opentalent.fr/###subDomain###
|
|
|
|
|
|
|
|
# Mercure push events
|
|
# Mercure push events
|
|
|
-MERCURE_URL=https://mercure.test.opentalent.fr/.well-known/mercure
|
|
|
|
|
-MERCURE_PUBLIC_URL=https://mercure.test.opentalent.fr/.well-known/mercure
|
|
|
|
|
|
|
+NUXT_BASE_URL_MERCURE=https://mercure.test.opentalent.fr/.well-known/mercure
|
|
|
|
|
+NUXT_PUBLIC_BASE_URL_MERCURE=https://mercure.test.opentalent.fr/.well-known/mercure
|
|
|
|
|
+
|
|
|
|
|
+# Other links
|
|
|
|
|
+NUXT_SUPPORT_URL=https://support.opentalent.fr/
|
|
|
|
|
+NUXT_PUBLIC_SUPPORT_URL=https://support.opentalent.fr/
|
|
|
|
|
+
|
|
|
MERCURE_SUBSCRIBER_JWT_KEY=yV9fil5nodzRVrHpYrALGofhqiNO2RN3wjMlZnubgscdJ8yQ1BbATxEx6U6XwbRE
|
|
MERCURE_SUBSCRIBER_JWT_KEY=yV9fil5nodzRVrHpYrALGofhqiNO2RN3wjMlZnubgscdJ8yQ1BbATxEx6U6XwbRE
|