Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPouria Ezzati <ezzati.upt@gmail.com>2020-09-19 16:36:25 +0300
committerGitHub <noreply@github.com>2020-09-19 16:36:25 +0300
commit749827a0a5215638f8ad8b10109232100662cce4 (patch)
treea6783b603f0ea625d2a9b06c0977b6ea0b28d122
parent23557ac94ec12f6df270f4086e0accad7b280a38 (diff)
parent771713dd12a0ecc361e9eb986a73dab3a90362a9 (diff)
Fix small typos (#387)
* Update .docker.env * Update .example.env * Update .template.env
-rw-r--r--.docker.env4
-rw-r--r--.example.env4
-rw-r--r--.template.env2
3 files changed, 5 insertions, 5 deletions
diff --git a/.docker.env b/.docker.env
index 88e245a..96a4276 100644
--- a/.docker.env
+++ b/.docker.env
@@ -1,7 +1,7 @@
# App port to run on
PORT=3000
-# The domain that this website is on
+# The name of the site where Kutt is hosted
SITE_NAME=Kutt
# The domain that this website is on
@@ -71,7 +71,7 @@ GOOGLE_ANALYTICS_UNIVERSAL=
# Google Analytics tracking ID for universal analytics
# This one is used for links
-# GOOGLE_ANALYRICS_UNIVERSAL=
+# GOOGLE_ANALYTICS_UNIVERSAL=
# Your email host details to use to send verification emails.
# More info on http://nodemailer.com/
diff --git a/.example.env b/.example.env
index fa7d8d8..def6361 100644
--- a/.example.env
+++ b/.example.env
@@ -1,7 +1,7 @@
# App port to run on
PORT=3000
-# The domain that this website is on
+# The name of the site where Kutt is hosted
SITE_NAME=Kutt
# The domain that this website is on
@@ -72,7 +72,7 @@ GOOGLE_ANALYTICS_UNIVERSAL=
# Google Analytics tracking ID for universal analytics
# This one is used for links
-# GOOGLE_ANALYRICS_UNIVERSAL=
+# GOOGLE_ANALYTICS_UNIVERSAL=
# Your email host details to use to send verification emails.
# More info on http://nodemailer.com/
diff --git a/.template.env b/.template.env
index fd62a56..b403153 100644
--- a/.template.env
+++ b/.template.env
@@ -44,7 +44,7 @@ GOOGLE_ANALYTICS={{GOOGLE_ANALYTICS}}
# Google Analytics tracking ID for universal analytics
# This one is used for links
-GOOGLE_ANALYRICS_UNIVERSAL={{GOOGLE_ANALYRICS_UNIVERSAL}}
+GOOGLE_ANALYTICS_UNIVERSAL={{GOOGLE_ANALYTICS_UNIVERSAL}}
# Your email host details to use to send verification emails.
# More info on http://nodemailer.com/