Skip to content
Snippets Groups Projects
Commit 06964429 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

update ReadMe

parent 7d7474c3
No related branches found
No related tags found
No related merge requests found
......@@ -9,18 +9,18 @@ npm install
Créer un fichier .env à la racine du projet puis ajouter les variables comme indiquer dans l'exemple ci-dessous (à adapter en fonction de l'environnement d'exploitation).
```ini
DOMAIN=http://127.0.0.1:8010/
VUE_APP_URL_BASE=${DOMAIN}
```
DOMAIN=http://localhost:8010/
NODE_ENV=development
VUE_APP_LOCALE=fr-FR
# AUTH
VUE_APP_APPLICATION_NAME=GéoContrib
VUE_APP_APPLICATION_ABSTRACT=Application de saisie dinformations géographiques contributive
VUE_APP_APPLICATION_ABSTRACT=Application de saisie d'informations géographiques contributive
VUE_APP_LOGO_PATH=@/assets/img/logo-neogeo-circle.png
VUE_APP_DJANGO_API_BASE=http://localhost:8010/api/
VUE_APP_DJANGO_API_BASE=${DOMAIN}api/
VUE_APP_DJANGO_BASE=${DOMAIN}
```
......
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