From 6de1ce1d5902a7a53d2f6703749c89310c7f9dd9 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Mon, 10 Feb 2025 17:16:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9Edev=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .env.dev diff --git a/.env.dev b/.env.dev new file mode 100644 index 00000000..19d599d2 --- /dev/null +++ b/.env.dev @@ -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