diff --git a/.env.production b/.env.production index adaae01..22cc047 100644 --- a/.env.production +++ b/.env.production @@ -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/ diff --git a/.gitignore b/.gitignore index ce6bcd1..1f3f427 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ node_modules /dist #package-lock.json +# conf nginx +endp + # local env files .env.local .env.*.local diff --git a/vue.config.js b/vue.config.js index 56ba63b..d9a69c2 100644 --- a/vue.config.js +++ b/vue.config.js @@ -10,5 +10,5 @@ module.exports = { devServer: { port: 9091, }, - publicPath: process.env.NODE_ENV === 'production' ? "/endp/" : "/" + publicPath: process.env.NODE_ENV === 'production' ? "/" : "/" } \ No newline at end of file