Skip to content

Commit 30ea175

Browse files
committed
修改配置示例文件
1 parent 6447666 commit 30ea175

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/config.example.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ url = "http://localhost"
1010
host = ""
1111

1212
# 应用端口
13-
port = 8080
13+
port = 8091
1414

1515
# 是否开启 debug, 生产环境要设置成 false, 是否开启 debug
1616
# 会影响到 gin 的模式和日志的记录方式
@@ -20,10 +20,10 @@ debug = true
2020
markdown_dir = "resources/blog-docs"
2121

2222
# icp 备案信息
23-
icp = "京ICP备17034182号"
23+
icp = "需要填入你自己的备案号"
2424

2525
# 百度统计的 key ,如果不使用的话,不配置或使用空字符串即可
26-
tongji = "ceb4dafbd34d908306d9745fc0e0f4e4"
26+
tongji = ""
2727

2828
# 日志相关的配置
2929
[log]

0 commit comments

Comments
 (0)