Skip to content

Commit 1f38010

Browse files
committed
Updated .env
1 parent 9b85395 commit 1f38010

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ USE_THEME_PREVIEW_IFRAME=true
9898

9999
#Redirects all pages to https
100100
FORCE_ROUTE_HTTPS=false
101+
101102
DISPLAY_FOOTER_HOME=true
102103
DISPLAY_FOOTER_TERMS=true
103104
DISPLAY_FOOTER_PRIVACY=true

storage/backups/default_settings

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,16 @@ ENABLE_SOCIAL_LOGIN=false
9797
USE_THEME_PREVIEW_IFRAME=true
9898

9999
#Redirects all pages to https
100-
FORCE_ROUTE_HTTPS=false
100+
FORCE_ROUTE_HTTPS=false
101+
102+
DISPLAY_FOOTER_HOME=true
103+
DISPLAY_FOOTER_TERMS=true
104+
DISPLAY_FOOTER_PRIVACY=true
105+
DISPLAY_FOOTER_CONTACT=true
106+
107+
TITLE_FOOTER_HOME="Home"
108+
TITLE_FOOTER_TERMS="Terms"
109+
TITLE_FOOTER_PRIVACY="Privacy"
110+
TITLE_FOOTER_CONTACT="Contact"
111+
112+
HOME_FOOTER_LINK=""

0 commit comments

Comments
 (0)