From a9333df1575eb1d66f77d488bb72fab1d0b12531 Mon Sep 17 00:00:00 2001 From: coward Date: Tue, 5 Mar 2024 17:31:47 +0800 Subject: [PATCH] =?UTF-8?q?:see=5Fno=5Fevil:=E6=B7=BB=E5=8A=A0=E4=B8=8D?= =?UTF-8?q?=E6=8E=A8=E9=80=81=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + app.yaml | 16 ---------------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 app.yaml diff --git a/.gitignore b/.gitignore index bb632d4..2e6c6d4 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ go.work wg.db *.db +*.yaml diff --git a/app.yaml b/app.yaml deleted file mode 100644 index 266d0a8..0000000 --- a/app.yaml +++ /dev/null @@ -1,16 +0,0 @@ -http: - port: 9703 - -database: - driver: sqlite # sqlite时只填写db即可,目前仅支持sqlite | mysql | pgsql - host: - port: - user: - password: - db: wg - -redis: - host: 10.100.8.7 - port: 6379 - password: ifisyouicanback. - db: 3 \ No newline at end of file