Skip to content

Commit

Permalink
Merge pull request #186 from CachetHQ/beacons
Browse files Browse the repository at this point in the history
Add Cachet Beacon env var
  • Loading branch information
djdefi authored Apr 3, 2017
2 parents 72d9498 + 8d81a07 commit 4e7dbff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conf/.env.docker
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ CACHE_DRIVER="{{CACHE_DRIVER}}"
SESSION_DRIVER="{{SESSION_DRIVER}}"
QUEUE_DRIVER="{{QUEUE_DRIVER}}"
CACHET_EMOJI="{{CACHET_EMOJI}}"
CACHET_BEACON="{{CACHET_BEACON}}"

MAIL_DRIVER="{{MAIL_DRIVER}}"
MAIL_HOST="{{MAIL_HOST}}"
Expand All @@ -32,4 +33,3 @@ REDIS_PORT="{{REDIS_PORT}}"
REDIS_PASSWORD="{{REDIS_PASSWORD}}"

GITHUB_TOKEN="{{GITHUB_TOKEN}}"

1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ initialize_system() {
SESSION_DRIVER=${SESSION_DRIVER:-apc}
QUEUE_DRIVER=${QUEUE_DRIVER:-database}
CACHET_EMOJI=${CACHET_EMOJI:-false}
CACHET_BEACON=${CACHET_BEACON:-true}

MAIL_DRIVER=${MAIL_DRIVER:-smtp}
MAIL_HOST=${MAIL_HOST:-mailtrap.io}
Expand Down

0 comments on commit 4e7dbff

Please sign in to comment.