Skip to content

Commit

Permalink
use apc session driver default
Browse files Browse the repository at this point in the history
  • Loading branch information
djdefi committed Jan 29, 2018
1 parent 06d525d commit f8fc791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ initialize_system() {

CACHE_DRIVER=${CACHE_DRIVER:-apc}

SESSION_DRIVER=${SESSION_DRIVER:-file}
SESSION_DRIVER=${SESSION_DRIVER:-apc}
SESSION_DOMAIN=${SESSION_DOMAIN:-$APP_URL}
SESSION_SECURE_COOKIE=${SESSION_SECURE_COOKIE:-false}

Expand Down

0 comments on commit f8fc791

Please sign in to comment.