Files
webman-buildadmin/.env-example
2026-03-18 15:54:43 +08:00

24 lines
512 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# BuildAdmin Webman 环境配置
# 复制为 .env 并修改实际值
# 应用
APP_DEBUG = true
APP_DEFAULT_TIMEZONE = Asia/Shanghai
# 语言
LANG_DEFAULT_LANG = zh-cn
# 数据库config/thinkorm.php
DATABASE_DRIVER = mysql
DATABASE_TYPE = mysql
DATABASE_HOSTNAME = 127.0.0.1
DATABASE_DATABASE = dafuweng-buildadmin
DATABASE_USERNAME = dafuweng-buildadmin
DATABASE_PASSWORD = 123456
DATABASE_HOSTPORT = 3306
DATABASE_CHARSET = utf8mb4
DATABASE_PREFIX =
# 缓存config/cache.php
CACHE_DRIVER = file