-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
48 lines (38 loc) · 737 Bytes
/
Copy path.env.example
File metadata and controls
48 lines (38 loc) · 737 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="Leystryku Support"
APP_KEY=
APP_URL=http://leystryku.support
# Development Things
APP_ENV=production
APP_DEBUG=false
# Database
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=leystryku_support
DB_USERNAME=username
DB_PASSWORD=password
# Authentication
# GmodStore
GMODSTORE_API_KEY=
# Discord OAuth2
DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
# Discord API
DISCORD_BOT_TOKEN=
DISCORD_GUILD_ID=
DISCORD_ROLE_ID=
DISCORD_VERIFICATION_WEBHOOK=
# Steam
STEAM_API_KEY=
# Misc
OCTANE_SERVER=frankenphp
BROADCAST_DRIVER=log
CACHE_DRIVER=file
FILESYSTEM_DISK=local
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120
# Sentry (Error Reporting)
SENTRY_LARAVEL_DSN=
# Analytics
ANALYTICS_ENABLED=false