Skip to content

Commit

Permalink
nitpicking
Browse files Browse the repository at this point in the history
  • Loading branch information
1ma committed Aug 25, 2024
1 parent 42fb79b commit 0fc63da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/batch.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

if (!extension_loaded('redis')) {
http_response_code(500);
exit('redis extension not enabled');
exit('redis extension not enabled, cannot continue');
}

require __DIR__.'/../vendor/autoload.php';
Expand Down
2 changes: 1 addition & 1 deletion docs/caddy/Caddyfile-prod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ faucet.example.com {
encode zstd gzip
php_fastcgi unix//run/php/php-fpm.sock {
resolve_root_symlink
env FAUCET_DEBUG 1
env FAUCET_DEBUG 0
env FAUCET_REDIS_ENDPOINT localhost:6379
env FAUCET_REDIS_PREFIX faucet:
env FAUCET_BITCOIN_RPC_ENDPOINT http://localhost:38332
Expand Down

0 comments on commit 0fc63da

Please sign in to comment.