We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a647415 commit f692ee4Copy full SHA for f692ee4
.env.sample
@@ -1,5 +1,5 @@
1
VUE_APP_FILTERS_ENABLED=true
2
-VUE_APP_DVF_API=
+VUE_APP_DVF_API=https://dvf-api.data.gouv.fr
3
VUE_APP_INCLUSION_TOKEN=
4
VUE_APP_I18N_LOCALE=fr
5
VUE_APP_I18N_FALLBACK_LOCALE=fr
.gitignore
@@ -9,6 +9,7 @@ node_modules
9
.env
10
.env.local
11
.env.*.local
12
+.env~
13
14
# Log files
15
npm-debug.log*
0 commit comments