From f6b8e15c968b172dc2d5ce769363d326c4a569e7 Mon Sep 17 00:00:00 2001 From: "Mr. Lan" Date: Sat, 18 Jul 2020 19:17:45 +0800 Subject: [PATCH] update config file. --- config/settings.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/settings.yml b/config/settings.yml index eac53e9..d792da2 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -1,3 +1,5 @@ +script: + path: ./static/scripts settings: application: mode: prod # dev开发环境 test测试环境 prod线上环境 @@ -23,6 +25,4 @@ settings: host: 127.0.0.1 password: 123456 port: 3306 - username: root -script: - path: ./public/scripts \ No newline at end of file + username: root \ No newline at end of file