forked from pgyf/yii2-advanced
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.dist
35 lines (28 loc) · 749 Bytes
/
.env.dist
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
# Framework
# ---------
YII_DEBUG = true
YII_ENV = dev
# Databases
# ---------
DB_DSN = mysql:host=localhost;dbname=yii2_advanced
DB_USERNAME = root
DB_PASSWORD = root
DB_TABLE_PREFIX = yii2_
TEST_DB_DSN = mysql:host=localhost;dbname=yii2_advanced
TEST_DB_USERNAME = root
TEST_DB_PASSWORD = root
# Urls
# ----
FRONTEND_URL = http://127.0.0.1
BACKEND_URL = http://127.0.0.2
STORAGE_URL = http://127.0.0.200
# Other
# -----
FRONTEND_COOKIE_VALIDATION_KEY = <generated_key>
BACKEND_COOKIE_VALIDATION_KEY = <generated_key>
SMTP_HOST = localhost
SMTP_PORT = 25
ADMIN_EMAIL = [email protected]
ROBOT_EMAIL = [email protected]
GLIDE_SIGN_KEY = <generated_key>
GLIDE_MAX_IMAGE_SIZE = 4000000