Skip to content

Commit 0d857ba

Browse files
authored
Merge pull request #354 from friek/master
Fixed invalid default value for SESSION_DOMAIN
2 parents 0c772a5 + bbf8836 commit 0d857ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ initialize_system() {
104104
CACHE_DRIVER=${CACHE_DRIVER:-apc}
105105

106106
SESSION_DRIVER=${SESSION_DRIVER:-apc}
107-
SESSION_DOMAIN=${SESSION_DOMAIN:-apc}
107+
SESSION_DOMAIN=${SESSION_DOMAIN:-}
108108
SESSION_SECURE_COOKIE=${SESSION_SECURE_COOKIE:-}
109109

110110
QUEUE_DRIVER=${QUEUE_DRIVER:-database}

0 commit comments

Comments
 (0)