Skip to content

Commit

Permalink
fix: default open registration (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
zgqgit authored Oct 12, 2024
2 parents 9fa29b0 + 2c5cbc0 commit da158b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/backend/bisheng/initdb_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ env:
# websocket_url: 192.168.106.120:3003
office_url: http://IP:8701 # onlyoffice 组件地址,需要浏览器能直接访问
# 是否展示前端界面上的github和帮助链接
show_github_and_help: true
show_github_and_help: true
# 是否开启注册
enable_registration: true

0 comments on commit da158b0

Please sign in to comment.