-
-
Notifications
You must be signed in to change notification settings - Fork 156
/
.env.example
48 lines (40 loc) · 1.2 KB
/
.env.example
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
############################################
# Application Settings: Ensure these are correct.
############################################
# App Settings
APP_NAME="Financial Freedom"
APP_ENV=local
APP_URL="https://financialfreedom.dev.test"
APP_DEBUG=true
APP_KEY=base64:1234567890abcdefghijklmnopqrstuvwxyz # Run `php artisan key:generate`
VITE_APP_NAME="Financial Freedom"
# Database Settings
DB_CONNECTION=sqlite
DB_DATABASE=/var/www/html/.infrastructure/volume_data/database.sqlite
# Mail Settings
MAIL_MAILER=smtp
MAIL_HOST=mailpit
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_NAME="${APP_NAME}"
# serversideup/php settings
SSL_MODE=full
AUTORUN_ENABLED=true
AUTORUN_LARAVEL_EVENT_CACHE=false
AUTORUN_LARAVEL_ROUTE_CACHE=false
AUTORUN_LARAVEL_STORAGE_LINK=false
AUTORUN_LARAVEL_VIEW_CACHE=false
# Financial Freedom Settings
FINANCIAL_FREEDOM_ALLOW_REGISTRATION=false
############################################
# Development Settings (don't change these)
############################################
LOG_CHANNEL=stack
BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_LIFETIME=120
SESSION_DRIVER=cookie