Skip to content

Commit 4555c54

Browse files
committed
Job & Queue added with multiple drivers
1 parent 3e30be7 commit 4555c54

22 files changed

+1288
-4
lines changed

.env.example

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,15 @@ FANCY_LOGIN=false
208208
#Windows CA certificates
209209
#Get ON https://curl.se/ca/cacert.pem
210210
#Depending on your PHP Directory, e.g. "c:\php\extras\ssl\cacert.pem"
211-
WIN_CACERT_DIR=
211+
WIN_CACERT_DIR=
212+
213+
AWS_KEY='your-aws-access-key'
214+
AWS_SECRET='your-aws-secret-key'
215+
AWS_REGION=us-east-1
216+
AWS_SQS_QUEUE_URL='https://sqs.us-east-1.amazonaws.com/123456789012/your-queue-name'
217+
218+
REDIS_HOST=localhost
219+
REDIS_PORT=6379
220+
REDIS_USERNAME=null
221+
REDIS_PWD=null
222+
REDIS_PREFIX=

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"docs": "https://cypht.org/documentation.html"
4141
},
4242
"require": {
43+
"aws/aws-sdk-php": "*",
4344
"bacon/bacon-qr-code": "^1.0.3 || ^2.0.0",
4445
"christian-riesen/base32": "^1.3.2",
4546
"composer": "^2.0.0",

0 commit comments

Comments
 (0)