-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
49 lines (36 loc) · 844 Bytes
/
Copy path.env.example
File metadata and controls
49 lines (36 loc) · 844 Bytes
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=TuaKa
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost:800
FRONTEND_URL=http://localhost:3001
# Database — using PostgreSQL
DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
DB_PORT=5432
DB_DATABASE=
DB_USERNAME=postgres
DB_PASSWORD=
JWT_SECRET=your_secret_key
JWT_ALGO=
LOG_CHANNEL=stack
LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
LOG_CHANNEL=stack
LOG_LEVEL=debug
# Queue driver — database to start, Redis later
QUEUE_CONNECTION=database
# Mail
MAIL_MAILER=smtp
MAIL_HOST=smtp.mailgun.org
MAIL_PORT=587
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_FROM_ADDRESS="noreply@tuaka.app"
MAIL_FROM_NAME="TuaKa"
# Frontend URL (for CORS and email links)
FRONTEND_URL=http://localhost:3001
# Dev tenant for local development
# This is what ResolveTenant middleware reads when on localhost
DEV_TENANT=acme