-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
41 lines (36 loc) · 773 Bytes
/
.env.example
File metadata and controls
41 lines (36 loc) · 773 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
APP_NAME=Bubu
DEBUG=1
# Database configuration
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_NAME=bubufw
DB_USERNAME=root
DB_PASSWORD=
MIGRATION_SECURITY_KEY=example
# PHPMailer configuration
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
## off => 0 / client => 1 / server => 2 / connection => 3
SMTP_DEBUG=0
SMTP_USERNAME=mail@gmail.com
SMTP_PASSWORD=pass
FROM=mail@gmail.com
FROM_NAME='The Name'
REPLY=mail@gmail.com
REPLY_NAME='Repl Name'
# Assets configuration
TEMPLATES=../App/Views/templates/
INCLUABLE=../App/Views/incluable/
ASSETS=assets
# Server configuration
TIMEZONE=Europe/Paris
LOCAL=fr_FR
LANG=auto
SUPPORTED_LANGUAGES=fr,en
HASH_ALGO=PASSWORD_ARGON2ID
# Http
SESSION_DURATION=1
SESSION_CACHE_LIMITER=private
HTTP_EXPIRES=60
HTTP_CODE_FILE=../src/Http/