feat: 新增dev环境配置文件

This commit is contained in:
2025-02-10 17:16:00 +08:00
parent 4a93d549d4
commit 644fb8ba6c

22
.env.dev Normal file
View File

@@ -0,0 +1,22 @@
APP_DEBUG = true
DB_TYPE = mysql
DB_HOST = 120.79.27.160
DB_NAME = orico-official-website
DB_USER = orico-ow
DB_PASS = 14Xi17NIK8V2qAXE8oMataHEsaR8lE
DB_PORT = 3306
DB_CHARSET = utf8mb4
DB_PREFIX = ow_
DEFAULT_LANG = zh-cn
[JWT]
JWT_TTL=3600
JWT_REFRESH_TTL=20160
SECRET=b43e6276644ed60e65c50d1b324ba10b
# 后台不需要登录的接口
[ADMIN_AUTH]
WHITE_LIST[] = v1/user/login
WHITE_LIST[] = v1/user/captcha