You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
187 B
11 lines
187 B
2 years ago
|
APP_DEBUG = true
|
||
|
|
||
2 years ago
|
# mysql
|
||
2 years ago
|
DB_HOST = 127.0.0.1
|
||
|
DB_PORT = 3306
|
||
7 months ago
|
DB_NAME = mp_company
|
||
|
DB_USER = root
|
||
|
DB_PASSWORD = 12580110
|
||
2 years ago
|
|
||
2 years ago
|
# 网站外网域名 例如 https://www.example.com
|
||
|
SITE_URL = ''
|