| 12345678910111213141516171819202122232425262728293031323334 |
- ## LOCAL ENVIRONMENT FILE
- DEBUG=1
- HOST=0
- PORT=3000
- # Current env
- NUXT_ENV=dev
- NUXT_PUBLIC_ENV=dev
- ## API Base Url
- NUXT_BASE_URL=http://nginx_new
- NUXT_PUBLIC_BASE_URL=https://local.ap2i.opentalent.fr
- # Legacy API Base Url
- NUXT_BASE_URL_LEGACY=http://nginx
- NUXT_PUBLIC_BASE_URL_LEGACY=https://local.api.opentalent.fr
- # Legacy Admin Base Url
- NUXT_BASE_URL_ADMIN_LEGACY=https://local.admin.opentalent.fr/#
- NUXT_PUBLIC_BASE_URL_ADMIN_LEGACY=https://local.admin.opentalent.fr/#
- # Typo3 Base Url
- NUXT_BASE_URL_TYPO3=https://typo3/###subDomain###
- NUXT_PUBLIC_BASE_URL_TYPO3=https://local.sub.opentalent.fr/###subDomain###
- # Mercure push events
- NUXT_BASE_URL_MERCURE=https://mercure/.well-known/mercure
- NUXT_PUBLIC_BASE_URL_MERCURE=https://local.mercure.opentalent.fr/.well-known/mercure
- MERCURE_SUBSCRIBER_JWT_KEY=NQEupdREijrfYvCmF2mnvZQFL9zLKDH9RCYter6tUWzjemPqzicffhc2fSf0yEmM
- # Other links
- NUXT_SUPPORT_URL=https://support.opentalent.fr/
- NUXT_PUBLIC_SUPPORT_URL=https://support.opentalent.fr/
|