Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
fixed default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kummer committed Nov 22, 2017
1 parent d420618 commit b16bdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Blueprint/Webserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ This blueprint creates infrastructures to support apps using php7.
|`php.upload-file-limit`| `2M` | PHP post_max_size option |
|`php.default-timezone`| `UTC` | PHP date.timezone option |
|`queues`| [] | Add Laravel Queue Worker, providing their name and connection in `name` and `connection`. Example: `"queues":[{"connection": "redis","name": "default"}],` |
|`queue-image-version`| `php7.1-v2.0` | Which docker image version do you need: (default: `php7.0-v1.0`, or `php7.1-v2.0`, `latest` are [valid](https://hub.docker.com/r/ipunktbs/laravel-queue-worker/tags/) right now) |
|`queue-image-version`| `php7.0-v1.0` | Which docker image version do you need: (default: `php7.0-v1.0`, or `php7.1-v2.0`, `latest` are [valid](https://hub.docker.com/r/ipunktbs/laravel-queue-worker/tags/) right now) |
|`add-redis`| false | Add a Redis server and link it to the main app, providing its name and port in `REDIS_HOST` and `REDIS_PORT` |

#### Services for local development
Expand Down

0 comments on commit b16bdb6

Please sign in to comment.