Skip to content

Commit 6b63e7c

Browse files
committed
Changed PHP version in sample config and added DKIM Selector
1 parent f6c53ba commit 6b63e7c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config.sh.sample

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#Config for the shared engine
22

33
#read PHPVERSION
4-
PHPVERSION=7.0
5-
#We're sticking with 7.0 as its the stable release, 7.1 is beta release
4+
export PHPVERSION=7.3
65

6+
#read DKIM_SELECTOR
7+
export DKIM_SELECTOR=$HOSTNAME
78

0 commit comments

Comments
 (0)