Use env settings for default filters

This commit is contained in:
2021-10-09 21:35:47 +02:00
parent bc9a93101c
commit dd760ebf89
2 changed files with 10 additions and 5 deletions

View File

@@ -5,6 +5,8 @@ VITE_GRID_AMOUNT=22
VITE_GRID_INCREMENT=22
VITE_LIST_AMOUNT=10
VITE_LIST_INCREMENT=10
VITE_FILTERS_DEFAULT_COUNTRY="all"
VITE_FILTERS_DEFAULT_SORT="latest"
# API related
# VITE_API_URL_DEV="http://192.168.1.19:8055"