-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy path.env.example
More file actions
55 lines (46 loc) · 1.08 KB
/
.env.example
File metadata and controls
55 lines (46 loc) · 1.08 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
49
50
51
52
53
54
55
APP_NAME=OGameX
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
# Optional: change Docker exposed ports (host:container mapping)
# HTTP_PORT=80
# HTTPS_PORT=443
# PHPMYADMIN_PORT=8080
# DB_EXTERNAL_PORT=3306
# Enable debugbar for local development
DEBUGBAR_ENABLED=false
# Absolute path to the current directory in Docker container
DEBUGBAR_REMOTE_SITES_PATH=/var/www
# Absolute path to the current directory
DEBUGBAR_LOCAL_SITES_PATH=/path/to/your/project
DISCORD_ALERT_WEBHOOK=
DB_CONNECTION=mysql
DB_HOST=ogamex-db
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=toor
BROADCAST_CONNECTION=reverb
CACHE_DRIVER=file
SESSION_DRIVER=database
SESSION_LIFETIME=720
QUEUE_CONNECTION=database
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
REVERB_APP_ID=ogamex
REVERB_APP_KEY=ogamex-key
REVERB_APP_SECRET=ogamex-secret
REVERB_HOST=localhost
REVERB_PORT=8090
REVERB_SCHEME=http
REVERB_SERVER_HOST=0.0.0.0
REVERB_SERVER_PORT=8090