1 Star 0 Fork 0

lishun2018/halo-self

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
application.yaml 938 Bytes
一键复制 编辑 原始数据 按行查看 历史
lishun2018 提交于 2022-02-15 11:10 . init
server:
port: 8090
# Response data gzip.
compression:
enabled: false
spring:
datasource:
# H2 database configuration.
driver-class-name: org.h2.Driver
url: jdbc:h2:file:~/.halo/db/halo
username: adminFunk #账户请自行修改为喜欢的
password: g2Q4WEJfbg1T #密码请自行修改为喜欢的
# MySQL database configuration.
# driver-class-name: com.mysql.cj.jdbc.Driver
# url: jdbc:mysql://127.0.0.1:3306/halodb?characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
# username: root
# password: 123456
# H2 database console configuration.
h2:
console:
settings:
web-allow-others: false
path: /h2-console
enabled: false
halo:
# Your admin client path is https://your-domain/{admin-path}
admin-path: admin-funk-one #此处为你后台登录地址,你随便定义
# memory or level
cache: memory
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lishun2018/halo-self.git
git@gitee.com:lishun2018/halo-self.git
lishun2018
halo-self
halo-self
master

搜索帮助