| 123456789101112131415161718192021222324 |
- ## LOCAL ENVIRONMENT FILE
- ENV=dev
- DEBUG=1
- ## API Base Url
- SSR_API_BASE_URL=http://nginx_new
- CLIENT_API_BASE_URL=https://local.ap2i.opentalent.fr
- # Legacy API Base Url
- SSR_APILEG_BASE_URL=http://nginx
- CLIENT_APILEG_BASE_URL=https://local.api.opentalent.fr
- # Legacy Admin Base Url
- SSR_ADMINLEG_BASE_URL=https://local.admin.opentalent.fr/#
- CLIENT_ADMINLEG_BASE_URL=https://local.admin.opentalent.fr/#
- # Typo3 Base Url
- SSR_TYPO3_BASE_URL=https://local.sub.opentalent.fr/###subDomain###
- CLIENT_TYPO3_BASE_URL=https://local.sub.opentalent.fr/###subDomain###
- # Mercure push events
- MERCURE_URL=https://local.mercure.opentalent.fr/.well-known/mercure
- MERCURE_PUBLIC_URL=https://local.mercure.opentalent.fr/.well-known/mercure
- MERCURE_SUBSCRIBER_JWT_KEY=gEwnJpcR8k0xE2sfBpEJzzuP2b2TXhZnzImIqCUk3j4RStBZa2pQjbEMsnGE4iGM
|