-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
59 lines (47 loc) · 962 Bytes
/
.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
49
50
51
52
53
54
55
56
57
58
59
#Application param
APP_NAME = "Htmljar"
APP_MODE = development
#Dinamic engine
HOST = 0.0.0.0
DOMAIN = false
PORT = 8080
#Logging
LOGGING = true
#Websocket
WEBSOCKET = true
#cors
CORS = false
#Using SSL
SSL = false
#Webserver [netlify | false] prototype not supported for now
WEB_SERVER = false
#Static engine
COMPILE = false
ROUTER = auto
AUTOLOAD = true
PRETIFY_HTML = false
MINIFY_HTML = true
#Static crud [false,yml,json]
CRUD = false
#COOKIE
TRUST_PROXY = true
COOKIE_SECURE = false
COOKIE_SIGNED = true
COOKIE_HTTPONLY = true
SESSION_MAX_AGE = 3600
SESSION_PATH = /
SESSION_KEY = ["lifeforever","hello"]
#Database if need
DB_USE = false
DB_CONNECTION = mysql
DB_HOST = 127.0.0.1
DB_PORT = 3306
DB_NAME = hajar
DB_USERNAME = root
DB_PASSWORD = root
#Mailler //while only smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_SECURE =false
MAIL_USERNAME=***********
MAIL_PASSWORD=***********