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