diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-02-24 12:48:44 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-02-24 12:48:44 +0100 |
| commit | 137c36a5e65cae30e08edd49d25a831b6d996944 (patch) | |
| tree | ff2b65bf9f61d8c4fcf0d31a34a927576b719460 /.env.example | |
| parent | 2693d745537a205f5994efc29f159df6a4c25ed2 (diff) | |
build: configure webpack to use dotenv
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.env.example b/.env.example index 5c9f355..7dba9e2 100644 --- a/.env.example +++ b/.env.example @@ -3,6 +3,12 @@ CURRENT_ENV='development' ######################### +# Ackee configuration # +######################### +ACKEE_DOMAIN="www.ackeeDomain.com" +ACKEE_SITE_ID="your-id-string" + +######################### # webpack configuration # ######################### # Your virtual host. |
