Skip to content
Snippets Groups Projects
Commit f8de1f21 authored by m431m's avatar m431m :speech_balloon:
Browse files

Fix pvm conf

parent fa5fea8f
No related branches found
No related tags found
No related merge requests found
Pipeline #11979 passed
......@@ -35,8 +35,8 @@ build_development:
- npm install --unsafe-perm
- echo -e "
NODE_ENV=development\n
DOMAIN=https://dev.pigma.neogeo.fr/fr\n
VUE_APP_DOMAIN=https://dev.pigma.neogeo.fr/\n
DOMAIN=http://127.0.0.1:8000/fr\n
VUE_APP_DOMAIN=http://127.0.0.1:80/\n
BASE_PATH=/\n
VUE_APP_BASE_PATH=${BASE_PATH}\n
VUE_APP_NEXT_DEFAULT=/\n
......@@ -54,8 +54,8 @@ build_development:
VUE_APP_ORGANISATION_API_PATH=/fr/organisation/\n
VUE_APP_USERGROUP_API_PATH=/fr/usergroup/\n
VUE_APP_EXTERNAL_LOGIN=true\n
VUE_APP_EXTERNAL_LOGIN_URL=https://dev.geofit.onegeo.fr/oidc/authenticate\n
VUE_APP_EXTERNAL_LOGIN_LABEL=Utiliser mon compte Paris - Vallée de la Marne\n
VUE_APP_EXTERNAL_LOGIN_URL=http://127.0.0.1:80/oidc/authenticate\n
VUE_APP_EXTERNAL_LOGIN_LABEL=Utiliser mon compte\n
" > .env
- npm run build
artifacts:
......
......@@ -51,8 +51,8 @@ VUE_APP_LOGIN_API_PASSWORD=CHANGE_ME
# External auth
VUE_APP_EXTERNAL_LOGIN=true
VUE_APP_EXTERNAL_LOGIN_URL=https://dev.geofit.onegeo.fr/oidc/authenticate
VUE_APP_EXTERNAL_LOGIN_LABEL=Utiliser mon compte Paris - Vallée de la Marne
VUE_APP_EXTERNAL_LOGIN_URL=http://127.0.0.1/oidc/authenticate
VUE_APP_EXTERNAL_LOGIN_LABEL=Utiliser mon compte...
```
### Compiles and hot-reloads for development
......
export default {
forms: {
signup: {
disabled: false,
disabled: true,
hiddenFields: [],
requiredFields: [
'first_name',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment