From 8092482aa4d2d64fb8699656db9d2d192cb77913 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Mon, 23 Mar 2020 10:19:54 +0000 Subject: [PATCH] Publish changes to production and password protect dev site. Done #3413 @0.5 --- framework/application/configs/application.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/application/configs/application.ini b/framework/application/configs/application.ini index 25d2814..cb59499 100644 --- a/framework/application/configs/application.ini +++ b/framework/application/configs/application.ini @@ -75,8 +75,8 @@ seo.robots = false dev = true webhost = dev.ccgm.fr -;httpauth.username = ccgm -;httpauth.password = 20ccgm20 +httpauth.username = ccgm +httpauth.password = 20ccgm20 database.params.host = ccgmzwgfdev.mysql.db database.params.username = ccgmzwgfdev -- 2.39.5