Skip to content

Commit 624f053

Browse files
committed
重构项目配置,更新依赖,移除不必要的文件,修改数据库和服务设置
1 parent 2aa9b34 commit 624f053

13 files changed

+4836
-7164
lines changed

Dockerfile

-13
This file was deleted.

config/config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ allow_origin_regex: http://127\.0\.0\.1:.*
1010
databases:
1111
host: 127.0.0.1
1212
username: root
13-
password: '123456'
13+
password: ''
1414
port: '3306'
15-
dbname: blog
15+
dbname: mixlog
1616

1717
# fastapi
1818
uvicorn:
1919
host: 0.0.0.0
20-
port: 8000
20+
port: 80
2121
workers: 1
2222

2323

docker-compose.yaml

-60
This file was deleted.

package-lock.json

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"dependencies": {
3+
"highlight": "^0.2.4"
4+
}
5+
}

0 commit comments

Comments
 (0)