From 137c36a5e65cae30e08edd49d25a831b6d996944 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 24 Feb 2022 12:48:44 +0100 Subject: build: configure webpack to use dotenv --- .env.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.env.example') diff --git a/.env.example b/.env.example index 5c9f355..7dba9e2 100644 --- a/.env.example +++ b/.env.example @@ -2,6 +2,12 @@ # Type: string - Either 'production', 'development' or a custom environment. CURRENT_ENV='development' +######################### +# Ackee configuration # +######################### +ACKEE_DOMAIN="www.ackeeDomain.com" +ACKEE_SITE_ID="your-id-string" + ######################### # webpack configuration # ######################### -- cgit v1.2.3