Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
Onegeo LogIn
Manage
Activity
Members
Plan
Wiki
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OneGeo Suite
Sites
Onegeo LogIn
Commits
f8de1f21
Commit
f8de1f21
authored
2 years ago
by
m431m
Browse files
Options
Downloads
Patches
Plain Diff
Fix pvm conf
parent
fa5fea8f
No related branches found
No related tags found
No related merge requests found
Pipeline
#11979
passed
2 years ago
Stage: build
Stage: deploy
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
README.md
+2
-2
2 additions, 2 deletions
README.md
public/config.js
+1
-1
1 addition, 1 deletion
public/config.js
with
7 additions
and
7 deletions
.gitlab-ci.yml
+
4
−
4
View file @
f8de1f21
...
...
@@ -35,8 +35,8 @@ build_development:
-
npm install --unsafe-perm
-
echo -e "
NODE_ENV=development\n
DOMAIN=http
s
://
dev.pigma.neogeo.fr
/fr\n
VUE_APP_DOMAIN=http
s
://
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=http
s
://
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
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
2
View file @
f8de1f21
...
...
@@ -51,8 +51,8 @@ VUE_APP_LOGIN_API_PASSWORD=CHANGE_ME
# External auth
VUE_APP_EXTERNAL_LOGIN=true
VUE_APP_EXTERNAL_LOGIN_URL=http
s
://
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
...
...
This diff is collapsed.
Click to expand it.
public/config.js
+
1
−
1
View file @
f8de1f21
export
default
{
forms
:
{
signup
:
{
disabled
:
fals
e
,
disabled
:
tru
e
,
hiddenFields
:
[],
requiredFields
:
[
'
first_name
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment