-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
49 lines (37 loc) · 1.02 KB
/
.env.example
File metadata and controls
49 lines (37 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
APP_NAME="Demo App"
APP_ENV=loacl
APP_KEY=base64:Irab0HUcpC3LUeN8G9dV8akO/vfMCPj9MG9G9QqNfzU=
APP_DEBUG=true
APP_URL=https://demo.invogeservices.com
APP_TIMEZONE=UTC
APP_SERVER=lambda
VIEW_COMPILED_PATH=/tmp/storage/framework/views
# We cannot store sessions to disk: if you don't need sessions (e.g. API)
# then use `array`, else store sessions in database or cookies
SESSION_DRIVER=array
# Logging to stderr allows the logs to end up in Cloudwatch
#LOG_CHANNEL=stderr
LOG_CHANNEL=daily
#Slack web hook
LOG_SLACK_WEBHOOK_URL=https://hooks.slack.com/services/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
DB_CONNECTION=mysql
DB_HOST=
DB_PORT=3306
DB_DATABASE=sample
DB_USERNAME=admin
DB_PASSWORD=
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
AWS_ACCESS_KEY_ID=xxxxxxx
AWS_SECRET_ACCESS_KEY=xxxxxx
AWS_DEFAULT_REGION=eu-west-2
AWS_BUCKET=ivoge-elearn
MAIL_DRIVER=mailgun
MAILGUN_DOMAIN=mg.invogeservices.com
MAILGUN_SECRET=
PAYSTACK_PUBLIC=
PAYSTACK_SECRET=
PAYSTACK_ENDPOINT=https://api.paystack.co
JUSIBE_KEY=
JUSIBE_ACCESS=
JUSIBE_FROM=Demo