Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaterre committed Apr 15, 2024
1 parent 3995fd5 commit 0f4c4ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
VUE_APP_APP_ROOT_URL=/endp/
VUE_APP_APP_ROOT_URL=/
VUE_APP_APP_URL=http://localhost:9091

# SERVICES
# - DB Person
VUE_APP_DB_ADMIN=https://dev.chartes.psl.eu/endp-person/admin
VUE_APP_DB_API=https://dev.chartes.psl.eu/endp-person/api
VUE_APP_DB_SHOW=https://dev.chartes.psl.eu/endp-person/endp-person
VUE_APP_DB_ADMIN=https://endp.chartes.psl.eu/endp-person/admin
VUE_APP_DB_API=https://endp.chartes.psl.eu/endp-person/api
VUE_APP_DB_SHOW=https://endp.chartes.psl.eu/endp-person/endp-person

# - NoSketch (Indexation Engine)
VUE_APP_NOSKETCH_APP=https://nosketch-engine.lamop.fr/
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ node_modules
/dist
#package-lock.json

# conf nginx
endp

# local env files
.env.local
.env.*.local
Expand Down
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ module.exports = {
devServer: {
port: 9091,
},
publicPath: process.env.NODE_ENV === 'production' ? "/endp/" : "/"
publicPath: process.env.NODE_ENV === 'production' ? "/" : "/"
}

0 comments on commit 0f4c4ea

Please sign in to comment.