Skip to content

Commit

Permalink
updated .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
Byorun committed Jul 12, 2018
1 parent f56b2c2 commit eabe756
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DB_USERNAME=homestead
DB_PASSWORD=secret

BROADCAST_DRIVER=log
CACHE_DRIVER=file
CACHE_DRIVER=memcached
SESSION_DRIVER=file
SESSION_LIFETIME=120
QUEUE_DRIVER=database
Expand All @@ -39,6 +39,15 @@ PUSHER_APP_CLUSTER=mt1
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

# Legacy importer
#BS_LEGACY_IMPORT_ENABLED = false
#BS_DB_HOST=127.0.0.1
#BS_DB_PORT=3306
#BS_DB_DATABASE=beatsaver_legacy
#BS_DB_USERNAME=beatsaver
#BS_DB_PASSWORD=secret
#BS_LEGACY_SONG_PATH = <PATH-TO>/beatsaver-master/files/

BS_LEAGAL_EMAIL = legal@beatsaver.com
# cache duration in minutes
#BS_SONG_CACHE_DURATION = 60
Expand Down

0 comments on commit eabe756

Please sign in to comment.