commit 36f43e4ea3cc407b1e8e9f472cfea52b8687c4dd
parent 4cf9d31350c2c6b5b822abc0fa1f0c73afd23dbd
Author: Hugo Soucy <hugo.soucy@savoirfairelinux.com>
Date: Thu, 22 Jun 2017 09:48:30 -0400
Replace the value of the port number.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/site.cfg b/config/site.cfg
@@ -4,7 +4,7 @@
# Site configuration file
export SITE_DOMAINNAME="hugo.soucy.cc"
export SITE_URL="http://${SITE_DOMAINNAME}"
-export SITE_PORT_DEV=8080
+export SITE_PORT_DEV=8181
export SITE_URL_DEV="http://localhost:8181"
export SITE_LANGUAGE="fr"