浏览代码

fix(crawler): database.json dev 비밀번호 수정

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
KIM-JINO5 3 天之前
父节点
当前提交
36194f5722
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/database.json

+ 1 - 1
config/database.json

@@ -13,7 +13,7 @@
     "dev": {
         "driver": "mysql",
         "user": "admin",
-        "password": "@@20120726KKh",
+        "password": "@@17125942KKh",
         "address": "127.0.0.1:3306",
         "name": "movie"
     }