Skip to content

Commit 52bf220

Browse files
committed
Add currency to .env
1 parent 3f006cd commit 52bf220

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.env.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PUBLIC_GRAPHQL_URL = "change me"
22
PUBLIC_PLACEHOLDER_SMALL_IMAGE_URL = "https://via.placeholder.com/500"
3-
PUBLIC_CURRENCY_SYMBOL = "kr"
3+
PUBLIC_CURRENCY = "NOK"
4+
PUBLIC_CURRENCY_LOCALE = "nb-NO"
45
ALGOLIA_APPLICATION_ID = "change me"
56
ALGOLIA_API_KEY = "change me"
67
ALGOLIA_INDEX_NAME = "change me"

0 commit comments

Comments
 (0)