diff options
author | gumi <git@gumi.ca> | 2020-10-06 09:08:57 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-10-06 09:08:57 -0400 |
commit | aea2a6ef80d119d930214238289bb42eb6fb656f (patch) | |
tree | b05d1dfcc7453d84d1e677eed060f568e5c98f91 | |
parent | 8172c90046767037b2e1dcc9cb023d8a71b4ced5 (diff) | |
download | website-aea2a6ef80d119d930214238289bb42eb6fb656f.tar.gz website-aea2a6ef80d119d930214238289bb42eb6fb656f.tar.bz2 website-aea2a6ef80d119d930214238289bb42eb6fb656f.tar.xz website-aea2a6ef80d119d930214238289bb42eb6fb656f.zip |
removed unused AddThis config
-rw-r--r-- | .env | 3 | ||||
-rw-r--r-- | .env.production | 3 |
2 files changed, 0 insertions, 6 deletions
@@ -9,6 +9,3 @@ VUE_APP_RECAPTCHA=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI # Responsible disclosure PGP key VUE_APP_PGP= - -# AddThis -VUE_APP_ADDTHIS= diff --git a/.env.production b/.env.production index b32fdd4..36b98d1 100644 --- a/.env.production +++ b/.env.production @@ -7,6 +7,3 @@ VUE_APP_RECAPTCHA=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI # real PGP key goes here VUE_APP_PGP= - -# real AddThis key goes here -VUE_APP_ADDTHIS= |