Skip to content

Commit f692ee4

Browse files
authored
Update env sample (#199)
1 parent a647415 commit f692ee4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VUE_APP_FILTERS_ENABLED=true
2-
VUE_APP_DVF_API=
2+
VUE_APP_DVF_API=https://dvf-api.data.gouv.fr
33
VUE_APP_INCLUSION_TOKEN=
44
VUE_APP_I18N_LOCALE=fr
55
VUE_APP_I18N_FALLBACK_LOCALE=fr

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ node_modules
99
.env
1010
.env.local
1111
.env.*.local
12+
.env~
1213

1314
# Log files
1415
npm-debug.log*

0 commit comments

Comments
 (0)